|
COPASI API
4.16.103
|
#include <stdlib.h>#include <stdio.h>#include <string.h>#include <ctype.h>#include <limits.h>#include <errno.h>#include <sys/types.h>#include <sys/timeb.h>#include <time.h>#include <sys/socket.h>#include <strings.h>#include <sys/time.h>#include <netinet/in.h>#include <netinet/tcp.h>#include <arpa/inet.h>#include <netdb.h>#include <unistd.h>#include <fcntl.h>#include <math.h>

Go to the source code of this file.
Classes | |
| struct | Namespace |
| struct | soap |
| struct | soap_array |
| struct | soap_attribute |
| struct | soap_blist |
| struct | soap_clist |
| struct | soap_code_map |
| struct | soap_cookie |
| struct | soap_dime |
| struct | soap_dom_attribute |
| struct | soap_dom_element |
| struct | soap_double_nan |
| struct | soap_flist |
| struct | soap_ilist |
| struct | soap_mime |
| struct | soap_multipart |
| struct | soap_nlist |
| struct | soap_pblk |
| struct | soap_plist |
| struct | soap_plugin |
| struct | soap_xlist |
Macros | |
| #define | _REENTRANT |
| #define | _THREAD_SAFE |
| #define | DBGFUN(FNAME) |
| #define | DBGFUN1(FNAME, FMT, ARG) |
| #define | DBGFUN2(FNAME, FMT1, ARG1, FMT2, ARG2) |
| #define | DBGFUN3(FNAME, FMT1, ARG1, FMT2, ARG2, FMT3, ARG3) |
| #define | DBGHEX(DBGFILE, MSG, LEN) |
| #define | DBGLOG(DBGFILE, CMD) |
| #define | DBGMSG(DBGFILE, MSG, LEN) |
| #define | DBL_NAN (*(double*)(void*)&soap_double_nan) |
| #define | DBL_NINFTY (-DBL_PINFTY) |
| #define | DBL_PINFTY (1.7976931348623157e+308) |
| #define | FD_SETSIZE (1024) |
| #define | FLT_NAN (*(float*)(void*)&soap_double_nan) |
| #define | FLT_NINFTY (-FLT_PINFTY) |
| #define | FLT_PINFTY (3.40282347e+38F) |
| #define | HAVE_FTIME |
| #define | HAVE_GETHOSTBYNAME_R |
| #define | HAVE_GMTIME_R |
| #define | HAVE_LOCALTIME_R |
| #define | HAVE_MBTOWC |
| #define | HAVE_RAND_R |
| #define | HAVE_SSCANF |
| #define | HAVE_STRRCHR |
| #define | HAVE_STRTOD |
| #define | HAVE_STRTOL |
| #define | HAVE_STRTOUL |
| #define | HAVE_SYS_TIMEB_H |
| #define | HAVE_WCTOMB |
| #define | LONG64 long long |
| #define | SOAP_BEGIN 0 |
| #define | SOAP_BEGIN_SECURITY 10 |
| #define | SOAP_BLKLEN (256) /* size of blocks to collect long strings and XML attributes */ |
| #define | SOAP_BUFLEN (65536) /* buffer length for socket packets, also used by gethostbyname_r and UDP messages, so don't make this too small */ |
| #define | SOAP_C_MBSTRING 0x00400000 /* (de)serialize strings with multi-byte content */ |
| #define | SOAP_C_NILSTRING 0x00800000 /* serialize empty strings as nil (omitted) */ |
| #define | SOAP_C_NOIOB 0x00100000 /* don't fault on array index out of bounds (just ignore) */ |
| #define | SOAP_C_UTFSTRING 0x00200000 /* (de)serialize strings with UTF8 content */ |
| #define | soap_check_state(soap) (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY)) |
| #define | SOAP_CLI_FAULT 1 |
| #define | soap_closesocket(n) close(n) |
| #define | soap_clr_imode(soap, n) ((soap)->imode &= ~(n)) |
| #define | soap_clr_mode(soap, n) ((soap)->imode &= ~(n), (soap)->omode &= ~(n)) |
| #define | soap_clr_omode(soap, n) ((soap)->omode &= ~(n)) |
| #define | SOAP_CMAC |
| #define | SOAP_COPY 2 |
| #define | SOAP_DATAENCODINGUNKNOWN 41 |
| #define | SOAP_DEL_METHOD 17 |
| #define | soap_destroy(soap) soap_delete((soap), NULL) |
| #define | SOAP_DIME_ABSURI 0x20 |
| #define | SOAP_DIME_CF 0x01 |
| #define | SOAP_DIME_END 35 |
| #define | SOAP_DIME_ERROR 32 |
| #define | SOAP_DIME_HREF 33 |
| #define | SOAP_DIME_MB 0x04 |
| #define | SOAP_DIME_ME 0x02 |
| #define | SOAP_DIME_MEDIA 0x10 |
| #define | SOAP_DIME_MISMATCH 34 |
| #define | SOAP_DIME_VERSION 0x08 /* DIME version 1 */ |
| #define | SOAP_DOM_ASIS 0x04000000 |
| #define | SOAP_DOM_NODE 0x02000000 |
| #define | SOAP_DOM_TREE 0x01000000 |
| #define | SOAP_DUPLICATE_ID 24 |
| #define | SOAP_EADDRINUSE EADDRINUSE |
| #define | SOAP_EAGAIN EAGAIN |
| #define | SOAP_EINPROGRESS EINPROGRESS |
| #define | SOAP_EINTR EINTR |
| #define | SOAP_ENC 0x00000FFF /* IO and ENC mask */ |
| #define | SOAP_ENC_DIME 0x00000080 |
| #define | SOAP_ENC_LATIN 0x00000020 /* accept iso-8859-1 encoding */ |
| #define | SOAP_ENC_MIME 0x00000100 |
| #define | SOAP_ENC_MTOM 0x00000200 |
| #define | SOAP_ENC_SSL 0x00000800 |
| #define | SOAP_ENC_XML 0x00000040 /* plain XML encoding, no HTTP header */ |
| #define | SOAP_ENC_ZLIB 0x00000400 |
| #define | SOAP_END 9 |
| #define | SOAP_END_BODY 7 |
| #define | SOAP_END_ENVELOPE 8 |
| #define | SOAP_END_HEADER 4 |
| #define | SOAP_END_SECURITY 12 |
| #define | SOAP_EOF EOF |
| #define | SOAP_EOM 20 |
| #define | SOAP_ERANGE ERANGE |
| #define | SOAP_ERR EOF |
| #define | soap_errno errno |
| #define | SOAP_EWOULDBLOCK EWOULDBLOCK |
| #define | SOAP_FATAL_ERROR 11 |
| #define | SOAP_FAULT 12 |
| #define | SOAP_FD_EXCEEDED 46 |
| #define | SOAP_FILE 1003 /* Custom file-based response */ |
| #define | SOAP_FMAC1 |
| #define | SOAP_FMAC2 |
| #define | SOAP_FMAC3 |
| #define | SOAP_FMAC3S SOAP_FMAC3 |
| #define | SOAP_FMAC4 |
| #define | SOAP_FMAC4S SOAP_FMAC4 |
| #define | SOAP_FMAC5 |
| #define | SOAP_FMAC6 |
| #define | SOAP_FORM 1001 /* Form request/response */ |
| #define | SOAP_FREE(soap, ptr) free(ptr) |
| #define | SOAP_GAI_STRERROR gai_strerror |
| #define | SOAP_GET 2001 |
| #define | soap_get0(soap) (((soap)->bufidx>=(soap)->buflen && soap_recv(soap)) ? EOF : (unsigned char)(soap)->buf[(soap)->bufidx]) |
| #define | soap_get1(soap) (((soap)->bufidx>=(soap)->buflen && soap_recv(soap)) ? EOF : (unsigned char)(soap)->buf[(soap)->bufidx++]) |
| #define | SOAP_GET_METHOD 15 |
| #define | SOAP_HDR 22 |
| #define | SOAP_HDRLEN (8192) /* maximum length of HTTP header line (must be >4096 to read cookies) */ |
| #define | SOAP_HEAD_METHOD 18 |
| #define | SOAP_HREF 26 |
| #define | SOAP_HTML 1002 /* Custom HTML response */ |
| #define | SOAP_HTTP_ERROR 29 |
| #define | soap_http_error_check(e) ((e) == SOAP_HTTP_ERROR || ((e) >= SOAP_GET_METHOD && (e) <= SOAP_HTTP_METHOD)|| (e) == SOAP_NO_DATA || ((e) >= 100 && (e) < 600)) |
| #define | SOAP_HTTP_METHOD 19 |
| #define | SOAP_IDHASH (1999) /* prime size of hash table for parsed id/ref */ |
| #define | soap_imode(soap, n) ((soap)->mode = (soap)->imode = (n)) |
| #define | SOAP_IN_BODY 6 |
| #define | SOAP_IN_ENVELOPE 2 |
| #define | SOAP_IN_HEADER 3 |
| #define | SOAP_IN_SECURITY 11 |
| #define | SOAP_INDEX_RECV (0) |
| #define | SOAP_INDEX_SENT (1) |
| #define | SOAP_INDEX_TEST (2) |
| #define | SOAP_INIT 1 |
| #define | soap_int32 int32_t |
| #define | SOAP_INVALID_SOCKET ((SOAP_SOCKET)-1) |
| #define | SOAP_IO 0x00000003 /* IO mask */ |
| #define | SOAP_IO_BUFFER 0x00000001 /* buffer output in packets of size SOAP_BUFLEN */ |
| #define | SOAP_IO_CHUNK 0x00000003 /* use HTTP chunked transfer AND buffer packets */ |
| #define | SOAP_IO_DEFAULT SOAP_IO_FLUSH |
| #define | SOAP_IO_FLUSH 0x00000000 /* flush output immediately, no buffering */ |
| #define | SOAP_IO_KEEPALIVE 0x00000010 /* keep connection alive */ |
| #define | SOAP_IO_LENGTH 0x00000008 /* calc message length (internal) */ |
| #define | SOAP_IO_STORE 0x00000002 /* store entire output to determine length for transport */ |
| #define | SOAP_IO_UDP 0x00000004 /* TCP or UDP */ |
| #define | SOAP_IOB 7 |
| #define | soap_isnan(n) (0) |
| #define | soap_isninfd(n) ((n) <= DBL_NINFTY) |
| #define | soap_isninff(n) ((n) <= FLT_NINFTY) |
| #define | soap_ispinfd(n) ((n) >= DBL_PINFTY) |
| #define | soap_ispinff(n) ((n) >= FLT_PINFTY) |
| #define | SOAP_LABLEN (256) /* initial look-aside buffer length */ |
| #define | SOAP_LENGTH 45 |
| #define | SOAP_LONG_FORMAT "%lld" /* printf format for 64 bit ints */ |
| #define | SOAP_MALLOC(soap, size) malloc(size) |
| #define | SOAP_MAXARRAYSIZE (1000000) |
| #define | SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */ |
| #define | SOAP_MAXKEEPALIVE (100) |
| #define | SOAP_MAXLOGS (3) /* max number of debug logs per struct soap environment */ |
| #define | SOAP_MIME_END 38 |
| #define | SOAP_MIME_ERROR 36 |
| #define | SOAP_MIME_HREF 37 |
| #define | SOAP_MIME_POSTCHECK 0x10000000 /* MIME flag (internal) */ |
| #define | SOAP_MISSING_ID 25 |
| #define | SOAP_MOE 21 |
| #define | SOAP_MUSTUNDERSTAND 8 |
| #define | SOAP_NAMESPACE 9 |
| #define | SOAP_NMAC |
| #define | SOAP_NO_BODY 5 |
| #define | SOAP_NO_DATA 14 |
| #define | SOAP_NO_METHOD 13 |
| #define | SOAP_NO_TAG 6 |
| #define | SOAP_NONE 0 |
| #define | SOAP_NULL 23 |
| #define | SOAP_OCCURS 44 |
| #define | SOAP_OK 0 |
| #define | soap_omode(soap, n) ((soap)->mode = (soap)->omode = (n)) |
| #define | SOAP_PLUGIN_ERROR 40 |
| #define | SOAP_POST 2000 |
| #define | SOAP_PROHIBITED 43 |
| #define | SOAP_PTRBLK (32) /* block allocation for pointer hash table chains */ |
| #define | SOAP_PTRHASH (1024) /* size of pointer analysis hash table (must be power of 2) */ |
| #define | SOAP_PUT_METHOD 16 |
| #define | soap_random rand() |
| #define | soap_register_plugin(soap, plugin) soap_register_plugin_arg(soap, plugin, NULL) |
| #define | SOAP_REQUIRED 42 |
| #define | soap_reset_errno (errno = 0) |
| #define | soap_revget1(soap) ((soap)->bufidx--) |
| #define | soap_set_imode(soap, n) ((soap)->imode |= (n)) |
| #define | soap_set_mode(soap, n) ((soap)->imode |= (n), (soap)->omode |= (n)) |
| #define | soap_set_omode(soap, n) ((soap)->omode |= (n)) |
| #define | soap_soap_error_check(e) ((e) == SOAP_CLI_FAULT || (e) == SOAP_SVR_FAULT || (e) == SOAP_VERSIONMISMATCH || (e) == SOAP_MUSTUNDERSTAND || (e) == SOAP_FAULT || (e) == SOAP_NO_METHOD) |
| #define | SOAP_SOCKET int |
| #define | soap_socket_errno(s) errno |
| #define | SOAP_SOCKLEN_T size_t |
| #define | SOAP_SOURCE_STAMP(str) |
| #define | SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE 0x08 /* client does not check the expiration date of the host certificate */ |
| #define | SOAP_SSL_DEFAULT (SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION | SOAP_SSLv3_TLSv1) |
| #define | SOAP_SSL_ERROR 30 |
| #define | soap_ssl_error_check(e) ((e) == SOAP_SSL_ERROR) |
| #define | SOAP_SSL_NO_AUTHENTICATION 0x00 /* for testing purposes */ |
| #define | SOAP_SSL_NO_DEFAULT_CA_PATH 0x10 /* don't use default_verify_paths */ |
| #define | SOAP_SSL_REQUIRE_CLIENT_AUTHENTICATION 0x02 /* server requires client to authenticate */ |
| #define | SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION 0x01 /* client requires server to authenticate */ |
| #define | SOAP_SSL_RSA 0x20 /* use RSA */ |
| #define | SOAP_SSL_SKIP_HOST_CHECK 0x04 /* client does not check the common name of the host in certificate */ |
| #define | SOAP_SSLv3 0x40 /* SSL v3 only */ |
| #define | SOAP_SSLv3_TLSv1 0x00 /* SSL v3 and TLS v1 support by default */ |
| #define | SOAP_STD_API |
| #define | SOAP_STOP 1000 /* No HTTP response */ |
| #define | SOAP_STRCMP strcmp /* case sensitive XML element/attribute names */ |
| #define | soap_strrchr(s, t) strrchr(s, t) |
| #define | soap_strtol(s, t, b) strtol(s, t, b) |
| #define | soap_strtoul(s, t, b) strtoul(s, t, b) |
| #define | SOAP_SVR_FAULT 2 |
| #define | SOAP_SYNTAX_ERROR 5 |
| #define | SOAP_TAG_MISMATCH 3 |
| #define | SOAP_TAGLEN (1024) /* maximum length of XML element tag/attribute name or host/path name + 1 */ |
| #define | SOAP_TCP_ERROR 28 |
| #define | soap_tcp_error_check(e) ((e) == SOAP_EOF || (e) == SOAP_TCP_ERROR) |
| #define | SOAP_TLSv1 0x80 /* TLS v1 only */ |
| #define | SOAP_TYPE 4 |
| #define | SOAP_UDP_ERROR 27 |
| #define | SOAP_ULONG_FORMAT "%llu" /* printf format for unsigned 64 bit ints */ |
| #define | soap_unget(soap, c) ((soap)->ahead = c) |
| #define | SOAP_USER_ERROR 10 |
| #define | soap_valid_socket(n) ((n) != SOAP_INVALID_SOCKET) |
| #define | SOAP_VERSIONMISMATCH 39 |
| #define | SOAP_WINSOCKINT size_t |
| #define | SOAP_XML_CANONICAL 0x00004000 /* EXC C14N canonical XML */ |
| #define | SOAP_XML_DOM 0x00040000 |
| #define | soap_xml_error_check(e) ((e) == SOAP_TAG_MISMATCH || (e) == SOAP_NO_TAG || (e) == SOAP_SYNTAX_ERROR || (e) == SOAP_NAMESPACE || (e) == SOAP_DUPLICATE_ID || (e) == SOAP_MISSING_ID || (e) == SOAP_REQUIRED || (e) == SOAP_PROHIBITED || (e) == SOAP_OCCURS || (e) == SOAP_LENGTH || (e) == SOAP_NULL || (e) == SOAP_HREF) |
| #define | SOAP_XML_GRAPH 0x00010000 |
| #define | SOAP_XML_INDENT 0x00002000 /* emit indented XML */ |
| #define | SOAP_XML_NIL 0x00020000 |
| #define | SOAP_XML_SEC 0x00080000 /* reserved for WS security */ |
| #define | SOAP_XML_STRICT 0x00001000 /* apply strict validation */ |
| #define | SOAP_XML_TREE 0x00008000 /* emit XML tree (no id/ref) */ |
| #define | SOAP_ZLIB_DEFLATE 0x01 |
| #define | SOAP_ZLIB_ERROR 31 |
| #define | soap_zlib_error_check(e) ((e) == SOAP_ZLIB_ERROR) |
| #define | SOAP_ZLIB_GZIP 0x02 |
| #define | SOAP_ZLIB_INFLATE 0x02 |
| #define | SOAP_ZLIB_NONE 0x00 |
| #define | STDSOAP_H |
| #define | ULONG64 unsigned LONG64 |
| #define | WITH_FAST |
Typedefs | |
| typedef int32_t | soap_mode |
| typedef int32_t | soap_wchar |
Enumerations | |
| enum | soap_mime_encoding { SOAP_MIME_NONE, SOAP_MIME_7BIT, SOAP_MIME_8BIT, SOAP_MIME_BINARY, SOAP_MIME_QUOTED_PRINTABLE, SOAP_MIME_BASE64, SOAP_MIME_IETF_TOKEN, SOAP_MIME_X_TOKEN } |
Functions | |
| int | soap_accept (struct soap *) |
| int | soap_append_lab (struct soap *, const char *, size_t) |
| int | soap_array_begin_out (struct soap *, const char *tag, int id, const char *type, const char *offset) |
| int | soap_array_pointer_lookup (struct soap *, const void *p, const struct soap_array *a, int n, int t, struct soap_plist **) |
| int | soap_array_reference (struct soap *, const void *p, const struct soap_array *a, int n, int t) |
| int | soap_attachment (struct soap *, const char *, int, const void *, const struct soap_array *, const char *, const char *, const char *, int, const char *, int) |
| const char * | soap_attr_value (struct soap *soap, const char *name, int flag) |
| int | soap_attribute (struct soap *, const char *, const char *) |
| const char * | soap_base642s (struct soap *, const char *, char *, size_t, int *) |
| void | soap_begin (struct soap *) |
| int | soap_begin_count (struct soap *) |
| int | soap_begin_recv (struct soap *) |
| int | soap_begin_send (struct soap *) |
| int | soap_bind (struct soap *, const char *, int, int) |
| size_t | soap_block_size (struct soap *, struct soap_blist *) |
| int | soap_body_begin_in (struct soap *) |
| int | soap_body_begin_out (struct soap *) |
| int | soap_body_end_in (struct soap *) |
| int | soap_body_end_out (struct soap *) |
| const char * | soap_byte2s (struct soap *, char) |
| int | soap_check_mime_attachments (struct soap *soap) |
| void | soap_check_result (struct soap *, const char *tag) |
| void | soap_cleanup (struct soap *) |
| int | soap_closesock (struct soap *) |
| void | soap_clr_attr (struct soap *soap) |
| void | soap_clr_dime (struct soap *) |
| void | soap_clr_mime (struct soap *) |
| const struct soap_code_map * | soap_code (const struct soap_code_map *, const char *) |
| long | soap_code_bits (const struct soap_code_map *, const char *) |
| long | soap_code_int (const struct soap_code_map *, const char *, long) |
| const char * | soap_code_list (struct soap *, const struct soap_code_map *, long) |
| const char * | soap_code_str (const struct soap_code_map *, long) |
| int | soap_connect (struct soap *, const char *, const char *) |
| int | soap_connect_command (struct soap *, int, const char *, const char *) |
| struct soap * | soap_copy (const struct soap *) |
| struct soap * | soap_copy_context (struct soap *, const struct soap *) |
| void | soap_copy_stream (struct soap *, struct soap *) |
| const char * | soap_current_namespace (struct soap *soap, const char *tag) |
| const char * | soap_dateTime2s (struct soap *, time_t) |
| void | soap_dealloc (struct soap *, void *) |
| const char * | soap_decode_key (char *, size_t, const char *) |
| const char * | soap_decode_val (char *, size_t, const char *) |
| void | soap_del (struct soap *) |
| void | soap_delete (struct soap *, void *) |
| int | soap_dime_forward (struct soap *, unsigned char **, int *, char **, char **, char **) |
| char * | soap_dime_option (struct soap *, unsigned short, const char *) |
| struct soap_dom_attribute * | soap_dom_next_attribute (struct soap_dom_attribute *att) |
| struct soap_dom_element * | soap_dom_next_element (struct soap_dom_element *elt) |
| void | soap_done (struct soap *) |
| const char * | soap_double2s (struct soap *, double) |
| int | soap_element (struct soap *, const char *, int, const char *) |
| int | soap_element_begin_in (struct soap *, const char *tag, int nillable, const char *type) |
| int | soap_element_begin_out (struct soap *, const char *tag, int id, const char *type) |
| int | soap_element_end_in (struct soap *, const char *tag) |
| int | soap_element_end_out (struct soap *, const char *tag) |
| int | soap_element_href (struct soap *, const char *tag, int id, const char *ref, const char *val) |
| int | soap_element_id (struct soap *, const char *tag, int id, const void *p, const struct soap_array *a, int d, const char *type, int n) |
| int | soap_element_null (struct soap *, const char *tag, int id, const char *type) |
| int | soap_element_ref (struct soap *, const char *tag, int id, int href) |
| int | soap_element_result (struct soap *, const char *tag) |
| int | soap_element_start_end_out (struct soap *, const char *tag) |
| int | soap_embed (struct soap *soap, const void *p, const struct soap_array *a, int n, const char *tag, int type) |
| void | soap_embedded (struct soap *, const void *p, int t) |
| int | soap_embedded_id (struct soap *, int id, const void *p, int t) |
| void | soap_end (struct soap *) |
| void | soap_end_block (struct soap *, struct soap_blist *) |
| int | soap_end_count (struct soap *) |
| int | soap_end_recv (struct soap *) |
| int | soap_end_send (struct soap *) |
| struct soap_ilist * | soap_enter (struct soap *, const char *) |
| int | soap_envelope_begin_in (struct soap *) |
| int | soap_envelope_begin_out (struct soap *) |
| int | soap_envelope_end_in (struct soap *) |
| int | soap_envelope_end_out (struct soap *) |
| void | soap_fault (struct soap *) |
| const char ** | soap_faultcode (struct soap *) |
| const char ** | soap_faultdetail (struct soap *) |
| const char ** | soap_faultstring (struct soap *) |
| const char ** | soap_faultsubcode (struct soap *) |
| void | soap_fcopy (struct soap *soap, int st, int tt, void *p, size_t, const void *q, size_t n) |
| char * | soap_first_block (struct soap *, struct soap_blist *) |
| const char * | soap_float2s (struct soap *, float) |
| int | soap_flush (struct soap *) |
| int | soap_flush_raw (struct soap *, const char *, size_t) |
| void | soap_free (struct soap *) |
| void | soap_free_temp (struct soap *) |
| soap_wchar | soap_get (struct soap *) |
| const char * | soap_get_header_attribute (struct soap *, const char *, const char *) |
| struct soap_multipart * | soap_get_mime_attachment (struct soap *soap, void *handle) |
| unsigned char * | soap_getbase64 (struct soap *, int *, int) |
| soap_wchar | soap_getchar (struct soap *) |
| int | soap_getdime (struct soap *) |
| int | soap_getdimehdr (struct soap *) |
| int | soap_getfault (struct soap *) |
| int | soap_getheader (struct soap *) |
| unsigned char * | soap_gethex (struct soap *, int *) |
| int | soap_getline (struct soap *, char *, int) |
| int | soap_getmime (struct soap *) |
| int | soap_getmimehdr (struct soap *) |
| int | soap_getoffsets (const char *, const int *, int *, int) |
| int | soap_getposition (const char *, int *) |
| int | soap_getsize (const char *, const char *, int *) |
| int | soap_getsizes (const char *, int *, int) |
| soap_wchar | soap_getutf8 (struct soap *) |
| size_t | soap_hash (const char *) |
| void | soap_header (struct soap *) |
| const char * | soap_hex2s (struct soap *, const char *, char *, size_t, int *) |
| void * | soap_id_enter (struct soap *, const char *id, void *p, int t, size_t n, unsigned int k, const char *type, const char *arrayType, void *(*finstantiate)(struct soap *, int, const char *, const char *, size_t *)) |
| void * | soap_id_forward (struct soap *, const char *id, void *p, size_t len, int st, int tt, size_t n, unsigned int k, void(*fcopy)(struct soap *, int, int, void *, size_t, const void *, size_t)) |
| void * | soap_id_lookup (struct soap *, const char *id, void **p, int t, size_t n, unsigned int k) |
| char * | soap_inbyte (struct soap *, const char *tag, char *p, const char *, int) |
| time_t * | soap_indateTime (struct soap *, const char *tag, time_t *p, const char *, int) |
| double * | soap_indouble (struct soap *, const char *tag, double *p, const char *, int) |
| float * | soap_infloat (struct soap *, const char *tag, float *p, const char *, int) |
| int * | soap_inint (struct soap *, const char *tag, int *p, const char *, int) |
| void | soap_init (struct soap *) |
| void | soap_init1 (struct soap *, soap_mode) |
| void | soap_init2 (struct soap *, soap_mode, soap_mode) |
| char ** | soap_inliteral (struct soap *, const char *tag, char **p) |
| long * | soap_inlong (struct soap *, const char *tag, long *p, const char *, int) |
| long long * | soap_inLONG64 (struct soap *, const char *tag, long long *p, const char *, int) |
| short * | soap_inshort (struct soap *, const char *tag, short *p, const char *, int) |
| char ** | soap_instring (struct soap *, const char *tag, char **p, const char *, int, int, long, long) |
| const char * | soap_int2s (struct soap *, int) |
| unsigned long long * | soap_inULONG64 (struct soap *, const char *tag, unsigned long long *p, const char *, int) |
| unsigned char * | soap_inunsignedByte (struct soap *, const char *tag, unsigned char *p, const char *, int) |
| unsigned int * | soap_inunsignedInt (struct soap *, const char *tag, unsigned int *p, const char *, int) |
| unsigned long * | soap_inunsignedLong (struct soap *, const char *tag, unsigned long *p, const char *, int) |
| unsigned short * | soap_inunsignedShort (struct soap *, const char *tag, unsigned short *p, const char *, int) |
| wchar_t ** | soap_inwliteral (struct soap *, const char *tag, wchar_t **p) |
| wchar_t ** | soap_inwstring (struct soap *, const char *tag, wchar_t **p, const char *, int, long, long) |
| int | soap_is_embedded (struct soap *, struct soap_plist *) |
| int | soap_is_single (struct soap *, struct soap_plist *) |
| struct soap_clist * | soap_link (struct soap *, void *, int, int, int(*fdelete)(struct soap_clist *)) |
| const char * | soap_long2s (struct soap *, long) |
| const char * | soap_LONG642s (struct soap *, long long) |
| struct soap_ilist * | soap_lookup (struct soap *, const char *) |
| struct soap_nlist * | soap_lookup_ns (struct soap *soap, const char *tag, size_t n) |
| void * | soap_lookup_plugin (struct soap *, const char *) |
| int | soap_lookup_type (struct soap *, const char *id) |
| void * | soap_malloc (struct soap *, size_t) |
| int | soap_match_array (struct soap *, const char *) |
| int | soap_match_cid (struct soap *, const char *, const char *) |
| int | soap_match_namespace (struct soap *, const char *, const char *, size_t n1, size_t n2) |
| int | soap_match_tag (struct soap *, const char *, const char *) |
| int | soap_move (struct soap *, long) |
| struct soap * | soap_new (void) |
| struct soap * | soap_new1 (soap_mode) |
| struct soap * | soap_new2 (soap_mode, soap_mode) |
| struct soap_blist * | soap_new_block (struct soap *) |
| char * | soap_next_block (struct soap *, struct soap_blist *) |
| struct soap_multipart * | soap_next_multipart (struct soap_multipart *) |
| int | soap_outbyte (struct soap *, const char *tag, int id, const char *p, const char *, int) |
| int | soap_outdateTime (struct soap *, const char *tag, int id, const time_t *p, const char *, int) |
| int | soap_outdouble (struct soap *, const char *tag, int id, const double *p, const char *, int) |
| int | soap_outfloat (struct soap *, const char *tag, int id, const float *p, const char *, int) |
| int | soap_outint (struct soap *, const char *tag, int id, const int *p, const char *, int) |
| int | soap_outliteral (struct soap *, const char *tag, char *const *p, const char *type) |
| int | soap_outlong (struct soap *, const char *tag, int id, const long *p, const char *, int) |
| int | soap_outLONG64 (struct soap *, const char *tag, int id, const long long *p, const char *, int) |
| int | soap_outshort (struct soap *, const char *tag, int id, const short *p, const char *, int) |
| int | soap_outstring (struct soap *, const char *tag, int id, char *const *p, const char *, int) |
| int | soap_outULONG64 (struct soap *, const char *tag, int id, const unsigned long long *p, const char *, int) |
| int | soap_outunsignedByte (struct soap *, const char *tag, int id, const unsigned char *p, const char *, int) |
| int | soap_outunsignedInt (struct soap *, const char *tag, int id, const unsigned int *p, const char *, int) |
| int | soap_outunsignedLong (struct soap *, const char *tag, int id, const unsigned long *p, const char *, int) |
| int | soap_outunsignedShort (struct soap *, const char *tag, int id, const unsigned short *p, const char *, int) |
| int | soap_outwliteral (struct soap *, const char *tag, wchar_t *const *p, const char *type) |
| int | soap_outwstring (struct soap *, const char *tag, int id, wchar_t *const *p, const char *, int) |
| int | soap_peek_element (struct soap *) |
| int | soap_pointer_enter (struct soap *, const void *p, const struct soap_array *a, int n, int t, struct soap_plist **) |
| int | soap_pointer_lookup (struct soap *, const void *p, int t, struct soap_plist **) |
| int | soap_pointer_lookup_id (struct soap *, void *p, int t, struct soap_plist **) |
| int | soap_poll (struct soap *) |
| void | soap_pop_block (struct soap *, struct soap_blist *) |
| void | soap_pop_namespace (struct soap *) |
| void | soap_post_check_mime_attachments (struct soap *soap) |
| void | soap_print_fault (struct soap *, FILE *) |
| void | soap_print_fault_location (struct soap *, FILE *) |
| void * | soap_push_block (struct soap *, struct soap_blist *, size_t) |
| int | soap_push_namespace (struct soap *, const char *, const char *) |
| int | soap_putbase64 (struct soap *, const unsigned char *, int) |
| int | soap_putdime (struct soap *) |
| int | soap_putdimehdr (struct soap *) |
| int | soap_putfault (struct soap *) |
| int | soap_putheader (struct soap *) |
| int | soap_puthex (struct soap *, const unsigned char *, int) |
| int | soap_puthttphdr (struct soap *, int status, size_t count) |
| int | soap_putmime (struct soap *) |
| int | soap_putmimehdr (struct soap *, struct soap_multipart *) |
| char * | soap_putoffset (struct soap *, int) |
| char * | soap_putoffsets (struct soap *, const int *, int) |
| char * | soap_putsize (struct soap *, const char *, int) |
| char * | soap_putsizes (struct soap *, const char *, const int *, int) |
| char * | soap_putsizesoffsets (struct soap *, const char *, const int *, const int *, int) |
| int | soap_pututf8 (struct soap *, unsigned long) |
| const char * | soap_QName2s (struct soap *, const char *) |
| int | soap_receiver_fault (struct soap *, const char *, const char *) |
| int | soap_receiver_fault_subcode (struct soap *, const char *, const char *, const char *) |
| int | soap_recv (struct soap *) |
| int | soap_recv_empty_response (struct soap *) |
| int | soap_recv_fault (struct soap *) |
| int | soap_recv_header (struct soap *) |
| int | soap_recv_raw (struct soap *) |
| int | soap_reference (struct soap *, const void *p, int t) |
| int | soap_register_plugin_arg (struct soap *, int(*fcreate)(struct soap *, struct soap_plugin *, void *), void *) |
| int | soap_resolve (struct soap *) |
| int | soap_response (struct soap *, int) |
| void | soap_retry (struct soap *) |
| void | soap_revert (struct soap *) |
| char * | soap_s2base64 (struct soap *, const unsigned char *, char *, int) |
| int | soap_s2byte (struct soap *, const char *, char *) |
| int | soap_s2dateTime (struct soap *, const char *, time_t *) |
| int | soap_s2double (struct soap *, const char *, double *) |
| int | soap_s2float (struct soap *, const char *, float *) |
| char * | soap_s2hex (struct soap *, const unsigned char *, char *, int) |
| int | soap_s2int (struct soap *, const char *, int *) |
| int | soap_s2long (struct soap *, const char *, long *) |
| int | soap_s2LONG64 (struct soap *, const char *, long long *) |
| int | soap_s2QName (struct soap *, const char *, char **) |
| int | soap_s2short (struct soap *, const char *, short *) |
| int | soap_s2string (struct soap *, const char *, char **) |
| int | soap_s2ULONG64 (struct soap *, const char *, unsigned long long *) |
| int | soap_s2unsignedByte (struct soap *, const char *, unsigned char *) |
| int | soap_s2unsignedInt (struct soap *, const char *, unsigned int *) |
| int | soap_s2unsignedLong (struct soap *, const char *, unsigned long *) |
| int | soap_s2unsignedShort (struct soap *, const char *, unsigned short *) |
| int | soap_s2wchar (struct soap *, const char *, wchar_t **) |
| char * | soap_save_block (struct soap *, struct soap_blist *, char *, int) |
| int | soap_send (struct soap *, const char *) |
| int | soap_send2 (struct soap *, const char *, const char *) |
| int | soap_send3 (struct soap *, const char *, const char *, const char *) |
| int | soap_send_empty_response (struct soap *, int status) |
| int | soap_send_fault (struct soap *) |
| int | soap_send_raw (struct soap *, const char *, size_t) |
| int | soap_sender_fault (struct soap *, const char *, const char *) |
| int | soap_sender_fault_subcode (struct soap *, const char *, const char *, const char *) |
| void | soap_serializefault (struct soap *) |
| void | soap_serializeheader (struct soap *) |
| int | soap_set_attr (struct soap *soap, const char *name, const char *value) |
| void | soap_set_dime (struct soap *) |
| int | soap_set_dime_attachment (struct soap *, char *ptr, size_t size, const char *type, const char *id, unsigned short optype, const char *option) |
| void | soap_set_embedded (struct soap *, struct soap_plist *) |
| void | soap_set_endpoint (struct soap *, const char *) |
| void | soap_set_fault (struct soap *) |
| void | soap_set_local_namespaces (struct soap *) |
| void | soap_set_mime (struct soap *, const char *boundary, const char *start) |
| int | soap_set_mime_attachment (struct soap *, char *ptr, size_t size, enum soap_mime_encoding encoding, const char *type, const char *id, const char *location, const char *description) |
| int | soap_set_namespaces (struct soap *, const struct Namespace *) |
| int | soap_set_receiver_error (struct soap *, const char *, const char *, int) |
| int | soap_set_sender_error (struct soap *, const char *, const char *, int) |
| const char * | soap_short2s (struct soap *, short) |
| int | soap_size (const int *, int) |
| size_t | soap_size_block (struct soap *, struct soap_blist *, size_t) |
| char * | soap_sprint_fault (struct soap *, char *, size_t) |
| int | soap_ssl_accept (struct soap *) |
| int | soap_ssl_client_context (struct soap *, unsigned short, const char *, const char *, const char *, const char *, const char *) |
| const char * | soap_ssl_error (struct soap *, int) |
| void | soap_ssl_init () |
| int | soap_ssl_server_context (struct soap *, unsigned short, const char *, const char *, const char *, const char *, const char *, const char *, const char *) |
| int | soap_store_lab (struct soap *, const char *, size_t) |
| char * | soap_strdup (struct soap *, const char *) |
| char * | soap_string_in (struct soap *, int, long, long) |
| int | soap_string_out (struct soap *, const char *s, int flag) |
| const char * | soap_strsearch (const char *big, const char *little) |
| int | soap_tag_cmp (const char *, const char *) |
| size_t | soap_tell (struct soap *) |
| time_t | soap_timegm (struct tm *) |
| void | soap_track_free (struct soap *, const char *, int, void *) |
| void * | soap_track_malloc (struct soap *, const char *, int, size_t) |
| const char * | soap_ULONG642s (struct soap *, unsigned long long) |
| void | soap_unlink (struct soap *, const void *) |
| const char * | soap_unsignedByte2s (struct soap *, unsigned char) |
| const char * | soap_unsignedInt2s (struct soap *, unsigned int) |
| const char * | soap_unsignedLong2s (struct soap *, unsigned long) |
| const char * | soap_unsignedShort2s (struct soap *, unsigned short) |
| const char * | soap_value (struct soap *) |
| const char * | soap_wchar2s (struct soap *, const wchar_t *) |
| wchar_t * | soap_wstrdup (struct soap *, const wchar_t *) |
| wchar_t * | soap_wstring_in (struct soap *, int, long, long) |
| int | soap_wstring_out (struct soap *, const wchar_t *s, int flag) |
| int | soap_xop_forward (struct soap *, unsigned char **, int *, char **, char **, char **) |
Variables | |
| struct Namespace | namespaces [] |
| const struct soap_double_nan | soap_double_nan |
| #define _REENTRANT |
Definition at line 77 of file stdsoap2.h.
| #define _THREAD_SAFE |
Definition at line 72 of file stdsoap2.h.
| #define DBGFUN | ( | FNAME | ) |
Definition at line 1249 of file stdsoap2.h.
| #define DBGFUN1 | ( | FNAME, | |
| FMT, | |||
| ARG | |||
| ) |
Definition at line 1250 of file stdsoap2.h.
| #define DBGFUN2 | ( | FNAME, | |
| FMT1, | |||
| ARG1, | |||
| FMT2, | |||
| ARG2 | |||
| ) |
Definition at line 1251 of file stdsoap2.h.
| #define DBGFUN3 | ( | FNAME, | |
| FMT1, | |||
| ARG1, | |||
| FMT2, | |||
| ARG2, | |||
| FMT3, | |||
| ARG3 | |||
| ) |
Definition at line 1252 of file stdsoap2.h.
| #define DBGHEX | ( | DBGFILE, | |
| MSG, | |||
| LEN | |||
| ) |
Definition at line 1253 of file stdsoap2.h.
Referenced by soap_dealloc().
| #define DBGLOG | ( | DBGFILE, | |
| CMD | |||
| ) |
Definition at line 1247 of file stdsoap2.h.
Referenced by http_parse(), http_response(), soap_accept(), soap_append_lab(), soap_array_pointer_lookup(), soap_array_reference(), soap_attachment(), soap_attribute(), soap_begin(), soap_begin_count(), soap_begin_recv(), soap_begin_send(), soap_bind(), soap_copy_ArrayOf_USCORExsd_USCOREstring(), soap_copy_context(), soap_copy_ns2__checkRegExp(), soap_copy_ns2__checkRegExpResponse(), soap_copy_ns2__getDataResources(), soap_copy_ns2__getDataResourcesResponse(), soap_copy_ns2__getDataTypeDef(), soap_copy_ns2__getDataTypeDefResponse(), soap_copy_ns2__getDataTypePattern(), soap_copy_ns2__getDataTypePatternResponse(), soap_copy_ns2__getDataTypesId(), soap_copy_ns2__getDataTypesIdResponse(), soap_copy_ns2__getDataTypesName(), soap_copy_ns2__getDataTypesNameResponse(), soap_copy_ns2__getDataTypeSynonyms(), soap_copy_ns2__getDataTypeSynonymsResponse(), soap_copy_ns2__getDataTypeURI(), soap_copy_ns2__getDataTypeURIResponse(), soap_copy_ns2__getDataTypeURIs(), soap_copy_ns2__getDataTypeURIsResponse(), soap_copy_ns2__getJavaLibraryVersion(), soap_copy_ns2__getJavaLibraryVersionResponse(), soap_copy_ns2__getLocation(), soap_copy_ns2__getLocationResponse(), soap_copy_ns2__getLocations(), soap_copy_ns2__getLocations_(), soap_copy_ns2__getLocationsResponse(), soap_copy_ns2__getLocationsResponse_(), soap_copy_ns2__getMiriamURI(), soap_copy_ns2__getMiriamURIResponse(), soap_copy_ns2__getName(), soap_copy_ns2__getNameResponse(), soap_copy_ns2__getNames(), soap_copy_ns2__getNamesResponse(), soap_copy_ns2__getOfficialDataTypeURI(), soap_copy_ns2__getOfficialDataTypeURIResponse(), soap_copy_ns2__getResourceInfo(), soap_copy_ns2__getResourceInfoResponse(), soap_copy_ns2__getResourceInstitution(), soap_copy_ns2__getResourceInstitutionResponse(), soap_copy_ns2__getResourceLocation(), soap_copy_ns2__getResourceLocationResponse(), soap_copy_ns2__getServicesInfo(), soap_copy_ns2__getServicesInfoResponse(), soap_copy_ns2__getServicesVersion(), soap_copy_ns2__getServicesVersionResponse(), soap_copy_ns2__getURI(), soap_copy_ns2__getURIResponse(), soap_copy_ns2__isDeprecated(), soap_copy_ns2__isDeprecatedResponse(), soap_copy_SOAP_ENV__Code(), soap_copy_SOAP_ENV__Detail(), soap_copy_SOAP_ENV__Fault(), soap_copy_SOAP_ENV__Header(), soap_copy_SOAP_ENV__Reason(), soap_copy_std__string(), soap_count_attachments(), soap_dealloc(), soap_delete(), soap_done(), soap_element(), soap_element_begin_in(), soap_element_end_in(), soap_element_end_out(), soap_element_href(), soap_element_start_end_out(), soap_embedded(), soap_embedded_id(), soap_end_block(), soap_end_count(), soap_end_recv(), soap_end_send(), soap_fcopy(), soap_first_block(), soap_flush(), soap_free_iht(), soap_free_ns(), soap_free_pht(), soap_free_temp(), soap_get_mime_attachment(), soap_get_pi(), soap_getchunkchar(), soap_getdimehdr(), soap_getmimehdr(), soap_id_enter(), soap_id_forward(), soap_id_lookup(), soap_ignore_element(), soap_init(), soap_init_iht(), soap_init_pht(), soap_instantiate_ArrayOf_USCORExsd_USCOREstring(), soap_instantiate_ns2__checkRegExp(), soap_instantiate_ns2__checkRegExpResponse(), soap_instantiate_ns2__getDataResources(), soap_instantiate_ns2__getDataResourcesResponse(), soap_instantiate_ns2__getDataTypeDef(), soap_instantiate_ns2__getDataTypeDefResponse(), soap_instantiate_ns2__getDataTypePattern(), soap_instantiate_ns2__getDataTypePatternResponse(), soap_instantiate_ns2__getDataTypesId(), soap_instantiate_ns2__getDataTypesIdResponse(), soap_instantiate_ns2__getDataTypesName(), soap_instantiate_ns2__getDataTypesNameResponse(), soap_instantiate_ns2__getDataTypeSynonyms(), soap_instantiate_ns2__getDataTypeSynonymsResponse(), soap_instantiate_ns2__getDataTypeURI(), soap_instantiate_ns2__getDataTypeURIResponse(), soap_instantiate_ns2__getDataTypeURIs(), soap_instantiate_ns2__getDataTypeURIsResponse(), soap_instantiate_ns2__getJavaLibraryVersion(), soap_instantiate_ns2__getJavaLibraryVersionResponse(), soap_instantiate_ns2__getLocation(), soap_instantiate_ns2__getLocationResponse(), soap_instantiate_ns2__getLocations(), soap_instantiate_ns2__getLocations_(), soap_instantiate_ns2__getLocationsResponse(), soap_instantiate_ns2__getLocationsResponse_(), soap_instantiate_ns2__getMiriamURI(), soap_instantiate_ns2__getMiriamURIResponse(), soap_instantiate_ns2__getName(), soap_instantiate_ns2__getNameResponse(), soap_instantiate_ns2__getNames(), soap_instantiate_ns2__getNamesResponse(), soap_instantiate_ns2__getOfficialDataTypeURI(), soap_instantiate_ns2__getOfficialDataTypeURIResponse(), soap_instantiate_ns2__getResourceInfo(), soap_instantiate_ns2__getResourceInfoResponse(), soap_instantiate_ns2__getResourceInstitution(), soap_instantiate_ns2__getResourceInstitutionResponse(), soap_instantiate_ns2__getResourceLocation(), soap_instantiate_ns2__getResourceLocationResponse(), soap_instantiate_ns2__getServicesInfo(), soap_instantiate_ns2__getServicesInfoResponse(), soap_instantiate_ns2__getServicesVersion(), soap_instantiate_ns2__getServicesVersionResponse(), soap_instantiate_ns2__getURI(), soap_instantiate_ns2__getURIResponse(), soap_instantiate_ns2__isDeprecated(), soap_instantiate_ns2__isDeprecatedResponse(), soap_instantiate_SOAP_ENV__Code(), soap_instantiate_SOAP_ENV__Detail(), soap_instantiate_SOAP_ENV__Fault(), soap_instantiate_SOAP_ENV__Header(), soap_instantiate_SOAP_ENV__Reason(), soap_instantiate_std__string(), soap_is_embedded(), soap_lookup_type(), soap_match_array(), soap_match_tag(), soap_move(), soap_new_block(), soap_next_block(), soap_pointer_enter(), soap_pointer_lookup(), soap_poll(), soap_pop_block(), soap_pop_namespace(), soap_push_block(), soap_push_namespace(), soap_push_ns(), soap_putdime(), soap_putdimehdr(), soap_putmime(), soap_putmimehdr(), soap_recv(), soap_recv_fault(), soap_recv_raw(), soap_reference(), soap_register_plugin_arg(), soap_resolve(), soap_resolve_attachment(), soap_revert(), soap_s2QName(), soap_save_block(), soap_send_fault(), soap_set_attr(), soap_string_in(), soap_try_connect_command(), soap_unlink(), soap_update_ptrs(), soap_utilize_ns(), soap_value(), soap_wstring_in(), tcp_closesocket(), tcp_connect(), tcp_disconnect(), tcp_gethost(), and tcp_shutdownsocket().
| #define DBGMSG | ( | DBGFILE, | |
| MSG, | |||
| LEN | |||
| ) |
Definition at line 1248 of file stdsoap2.h.
Referenced by soap_end_send(), soap_flush_raw(), soap_getchunkchar(), and soap_recv_raw().
| #define DBL_NAN (*(double*)(void*)&soap_double_nan) |
Definition at line 957 of file stdsoap2.h.
Referenced by soap_s2double().
| #define DBL_NINFTY (-DBL_PINFTY) |
Definition at line 975 of file stdsoap2.h.
Referenced by soap_s2double().
| #define DBL_PINFTY (1.7976931348623157e+308) |
Definition at line 970 of file stdsoap2.h.
Referenced by soap_s2double().
| #define FD_SETSIZE (1024) |
Definition at line 705 of file stdsoap2.h.
| #define FLT_NAN (*(float*)(void*)&soap_double_nan) |
Definition at line 935 of file stdsoap2.h.
Referenced by soap_s2float().
| #define FLT_NINFTY (-FLT_PINFTY) |
Definition at line 953 of file stdsoap2.h.
Referenced by soap_s2float().
| #define FLT_PINFTY (3.40282347e+38F) |
Definition at line 948 of file stdsoap2.h.
Referenced by soap_s2float().
| #define HAVE_FTIME |
Definition at line 469 of file stdsoap2.h.
| #define HAVE_GETHOSTBYNAME_R |
Definition at line 471 of file stdsoap2.h.
| #define HAVE_GMTIME_R |
Definition at line 472 of file stdsoap2.h.
| #define HAVE_LOCALTIME_R |
Definition at line 473 of file stdsoap2.h.
| #define HAVE_MBTOWC |
Definition at line 475 of file stdsoap2.h.
| #define HAVE_RAND_R |
Definition at line 470 of file stdsoap2.h.
| #define HAVE_SSCANF |
Definition at line 465 of file stdsoap2.h.
| #define HAVE_STRRCHR |
Definition at line 463 of file stdsoap2.h.
| #define HAVE_STRTOD |
Definition at line 464 of file stdsoap2.h.
| #define HAVE_STRTOL |
Definition at line 466 of file stdsoap2.h.
| #define HAVE_STRTOUL |
Definition at line 467 of file stdsoap2.h.
| #define HAVE_SYS_TIMEB_H |
Definition at line 468 of file stdsoap2.h.
| #define HAVE_WCTOMB |
Definition at line 474 of file stdsoap2.h.
| #define LONG64 long long |
Definition at line 733 of file stdsoap2.h.
Referenced by soap_inLONG64().
| #define SOAP_BEGIN 0 |
Definition at line 1154 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_recv(), and soap_begin_send().
| #define SOAP_BEGIN_SECURITY 10 |
Definition at line 1163 of file stdsoap2.h.
Referenced by soap_element(), and soap_set_attr().
| #define SOAP_BLKLEN (256) /* size of blocks to collect long strings and XML attributes */ |
Definition at line 841 of file stdsoap2.h.
Referenced by soap_base642s(), soap_get_http_body(), soap_getbase64(), soap_gethex(), soap_peek_element(), soap_string_in(), and soap_wstring_in().
| #define SOAP_BUFLEN (65536) /* buffer length for socket packets, also used by gethostbyname_r and UDP messages, so don't make this too small */ |
Definition at line 814 of file stdsoap2.h.
Referenced by soap_accept(), soap_begin_recv(), soap_begin_send(), soap_bind(), soap_copy_stream(), soap_end_recv(), soap_end_send(), soap_flush(), soap_getchunkchar(), soap_print_fault_location(), soap_recv_raw(), soap_send_raw(), tcp_connect(), and tcp_gethost().
| #define SOAP_C_MBSTRING 0x00400000 /* (de)serialize strings with multi-byte content */ |
Definition at line 1118 of file stdsoap2.h.
Referenced by soap_string_in(), and soap_string_out().
| #define SOAP_C_NILSTRING 0x00800000 /* serialize empty strings as nil (omitted) */ |
Definition at line 1119 of file stdsoap2.h.
Referenced by soap_out_std__string(), soap_outstring(), and soap_outwstring().
| #define SOAP_C_NOIOB 0x00100000 /* don't fault on array index out of bounds (just ignore) */ |
Definition at line 1116 of file stdsoap2.h.
| #define SOAP_C_UTFSTRING 0x00200000 /* (de)serialize strings with UTF8 content */ |
Definition at line 1117 of file stdsoap2.h.
Referenced by soap_s2string(), soap_string_in(), and soap_string_out().
| #define soap_check_state | ( | soap | ) | (!(soap) || ((soap)->state != SOAP_INIT && (soap)->state != SOAP_COPY)) |
Definition at line 1150 of file stdsoap2.h.
Referenced by soap_copy_context(), soap_dealloc(), soap_delete(), soap_done(), soap_end(), soap_print_fault(), and soap_sprint_fault().
| #define SOAP_CLI_FAULT 1 |
Definition at line 996 of file stdsoap2.h.
Referenced by soap_recv_fault(), and soap_set_fault().
| #define soap_closesocket | ( | n | ) | close(n) |
Definition at line 693 of file stdsoap2.h.
Referenced by tcp_closesocket().
Definition at line 1904 of file stdsoap2.h.
Definition at line 1909 of file stdsoap2.h.
Definition at line 1907 of file stdsoap2.h.
| #define SOAP_CMAC |
Definition at line 114 of file stdsoap2.h.
| #define SOAP_COPY 2 |
Definition at line 1148 of file stdsoap2.h.
Referenced by soap_copy_context().
| #define SOAP_DATAENCODINGUNKNOWN 41 |
Definition at line 1036 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define SOAP_DEL_METHOD 17 |
Definition at line 1012 of file stdsoap2.h.
Referenced by http_del().
| #define soap_destroy | ( | soap | ) | soap_delete((soap), NULL) |
Definition at line 1910 of file stdsoap2.h.
| #define SOAP_DIME_ABSURI 0x20 |
Definition at line 1073 of file stdsoap2.h.
Referenced by soap_envelope_end_out().
| #define SOAP_DIME_CF 0x01 |
Definition at line 1068 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_getdime(), soap_putdime(), and soap_recv().
| #define SOAP_DIME_END 35 |
Definition at line 1030 of file stdsoap2.h.
Referenced by soap_getdime(), soap_getdimehdr(), and soap_set_fault().
| #define SOAP_DIME_ERROR 32 |
Definition at line 1027 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define SOAP_DIME_HREF 33 |
Definition at line 1028 of file stdsoap2.h.
Referenced by soap_end_recv(), and soap_set_fault().
| #define SOAP_DIME_MB 0x04 |
Definition at line 1070 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_envelope_end_out(), and soap_putdime().
| #define SOAP_DIME_ME 0x02 |
Definition at line 1069 of file stdsoap2.h.
Referenced by soap_envelope_end_out(), soap_getdimehdr(), and soap_putdime().
| #define SOAP_DIME_MEDIA 0x10 |
Definition at line 1072 of file stdsoap2.h.
Referenced by soap_putdime().
| #define SOAP_DIME_MISMATCH 34 |
Definition at line 1029 of file stdsoap2.h.
Referenced by soap_getdimehdr(), and soap_set_fault().
| #define SOAP_DIME_VERSION 0x08 /* DIME version 1 */ |
Definition at line 1071 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_getdimehdr(), soap_putdime(), and soap_putdimehdr().
| #define SOAP_DOM_ASIS 0x04000000 |
Definition at line 1123 of file stdsoap2.h.
Referenced by soap_element().
| #define SOAP_DOM_NODE 0x02000000 |
Definition at line 1122 of file stdsoap2.h.
| #define SOAP_DOM_TREE 0x01000000 |
Definition at line 1121 of file stdsoap2.h.
| #define SOAP_DUPLICATE_ID 24 |
Definition at line 1019 of file stdsoap2.h.
Referenced by soap_id_enter(), and soap_set_fault().
| #define SOAP_EADDRINUSE EADDRINUSE |
Definition at line 780 of file stdsoap2.h.
Referenced by tcp_connect().
| #define SOAP_EAGAIN EAGAIN |
Definition at line 779 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_accept(), and tcp_connect().
| #define SOAP_EINPROGRESS EINPROGRESS |
Definition at line 786 of file stdsoap2.h.
Referenced by tcp_connect().
| #define SOAP_EINTR EINTR |
Definition at line 778 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_accept(), soap_poll(), tcp_connect(), and tcp_disconnect().
| #define SOAP_ENC 0x00000FFF /* IO and ENC mask */ |
Definition at line 1105 of file stdsoap2.h.
Referenced by tcp_connect().
| #define SOAP_ENC_DIME 0x00000080 |
Definition at line 1099 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_count(), soap_begin_recv(), soap_begin_send(), soap_clr_dime(), soap_count_attachments(), soap_end_recv(), soap_envelope_begin_out(), soap_envelope_end_out(), soap_getdimehdr(), soap_peek_element(), soap_putdime(), soap_puthttphdr(), soap_recv(), and soap_set_dime().
| #define SOAP_ENC_LATIN 0x00000020 /* accept iso-8859-1 encoding */ |
Definition at line 1097 of file stdsoap2.h.
Referenced by soap_get_pi(), soap_getutf8(), soap_s2string(), soap_s2wchar(), and soap_string_in().
| #define SOAP_ENC_MIME 0x00000100 |
Definition at line 1100 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_count(), soap_begin_recv(), soap_begin_send(), soap_clr_mime(), soap_count_attachments(), soap_end_recv(), soap_envelope_begin_out(), soap_get_mime_attachment(), soap_puthttphdr(), soap_putmime(), and soap_set_mime().
| #define SOAP_ENC_MTOM 0x00000200 |
Definition at line 1101 of file stdsoap2.h.
Referenced by soap_attachment(), soap_begin_count(), soap_begin_send(), soap_count_attachments(), soap_end_recv(), soap_envelope_begin_out(), soap_envelope_end_out(), soap_peek_element(), and soap_puthttphdr().
| #define SOAP_ENC_SSL 0x00000800 |
Definition at line 1103 of file stdsoap2.h.
Referenced by http_parse_header(), soap_poll(), and tcp_connect().
| #define SOAP_ENC_XML 0x00000040 /* plain XML encoding, no HTTP header */ |
Definition at line 1098 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_send(), soap_end_send(), soap_putdime(), soap_putmime(), soap_response(), and soap_try_connect_command().
| #define SOAP_ENC_ZLIB 0x00000400 |
Definition at line 1102 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_recv(), soap_begin_send(), soap_end_recv(), soap_end_send(), soap_flush(), soap_get_http_body(), soap_puthttphdr(), soap_recv_raw(), soap_response(), and soap_try_connect_command().
| #define SOAP_END 9 |
Definition at line 1162 of file stdsoap2.h.
Referenced by soap_begin(), soap_end_recv(), and soap_end_send().
| #define SOAP_END_BODY 7 |
Definition at line 1160 of file stdsoap2.h.
Referenced by soap_body_end_in(), and soap_body_end_out().
| #define SOAP_END_ENVELOPE 8 |
Definition at line 1161 of file stdsoap2.h.
Referenced by soap_envelope_end_in(), and soap_envelope_end_out().
| #define SOAP_END_HEADER 4 |
Definition at line 1157 of file stdsoap2.h.
Referenced by soap_getheader(), and soap_putheader().
| #define SOAP_END_SECURITY 12 |
Definition at line 1165 of file stdsoap2.h.
| #define SOAP_EOF EOF |
Definition at line 993 of file stdsoap2.h.
Referenced by fsend(), http_parse(), soap_begin_recv(), soap_closesock(), soap_element_end_in(), soap_end_recv(), soap_get_mime_attachment(), soap_getattrval(), soap_getdime(), soap_getdimefield(), soap_getdimehdr(), soap_getindependent(), soap_getline(), soap_move(), soap_peek_element(), soap_poll(), soap_putdime(), soap_putmime(), soap_send_fault(), and soap_set_fault().
| #define SOAP_EOM 20 |
Definition at line 1015 of file stdsoap2.h.
Referenced by http_post(), http_response(), soap_append_lab(), soap_attachment(), soap_dime_forward(), soap_flush_raw(), soap_get_mime_attachment(), soap_getattrval(), soap_getdime(), soap_getdimefield(), soap_getmimehdr(), soap_id_forward(), soap_instantiate_ArrayOf_USCORExsd_USCOREstring(), soap_instantiate_ns2__checkRegExp(), soap_instantiate_ns2__checkRegExpResponse(), soap_instantiate_ns2__getDataResources(), soap_instantiate_ns2__getDataResourcesResponse(), soap_instantiate_ns2__getDataTypeDef(), soap_instantiate_ns2__getDataTypeDefResponse(), soap_instantiate_ns2__getDataTypePattern(), soap_instantiate_ns2__getDataTypePatternResponse(), soap_instantiate_ns2__getDataTypesId(), soap_instantiate_ns2__getDataTypesIdResponse(), soap_instantiate_ns2__getDataTypesName(), soap_instantiate_ns2__getDataTypesNameResponse(), soap_instantiate_ns2__getDataTypeSynonyms(), soap_instantiate_ns2__getDataTypeSynonymsResponse(), soap_instantiate_ns2__getDataTypeURI(), soap_instantiate_ns2__getDataTypeURIResponse(), soap_instantiate_ns2__getDataTypeURIs(), soap_instantiate_ns2__getDataTypeURIsResponse(), soap_instantiate_ns2__getJavaLibraryVersion(), soap_instantiate_ns2__getJavaLibraryVersionResponse(), soap_instantiate_ns2__getLocation(), soap_instantiate_ns2__getLocationResponse(), soap_instantiate_ns2__getLocations(), soap_instantiate_ns2__getLocations_(), soap_instantiate_ns2__getLocationsResponse(), soap_instantiate_ns2__getLocationsResponse_(), soap_instantiate_ns2__getMiriamURI(), soap_instantiate_ns2__getMiriamURIResponse(), soap_instantiate_ns2__getName(), soap_instantiate_ns2__getNameResponse(), soap_instantiate_ns2__getNames(), soap_instantiate_ns2__getNamesResponse(), soap_instantiate_ns2__getOfficialDataTypeURI(), soap_instantiate_ns2__getOfficialDataTypeURIResponse(), soap_instantiate_ns2__getResourceInfo(), soap_instantiate_ns2__getResourceInfoResponse(), soap_instantiate_ns2__getResourceInstitution(), soap_instantiate_ns2__getResourceInstitutionResponse(), soap_instantiate_ns2__getResourceLocation(), soap_instantiate_ns2__getResourceLocationResponse(), soap_instantiate_ns2__getServicesInfo(), soap_instantiate_ns2__getServicesInfoResponse(), soap_instantiate_ns2__getServicesVersion(), soap_instantiate_ns2__getServicesVersionResponse(), soap_instantiate_ns2__getURI(), soap_instantiate_ns2__getURIResponse(), soap_instantiate_ns2__isDeprecated(), soap_instantiate_ns2__isDeprecatedResponse(), soap_instantiate_SOAP_ENV__Code(), soap_instantiate_SOAP_ENV__Detail(), soap_instantiate_SOAP_ENV__Fault(), soap_instantiate_SOAP_ENV__Header(), soap_instantiate_SOAP_ENV__Reason(), soap_instantiate_std__string(), soap_malloc(), soap_new_block(), soap_peek_element(), soap_pointer_enter(), soap_push_block(), soap_push_namespace(), soap_push_ns(), soap_register_plugin_arg(), soap_s2string(), soap_save_block(), soap_set_attr(), soap_set_dime_attachment(), soap_set_fault(), and soap_set_mime_attachment().
| #define SOAP_ERANGE ERANGE |
Definition at line 777 of file stdsoap2.h.
Referenced by soap_s2int(), soap_s2long(), soap_s2LONG64(), soap_s2ULONG64(), soap_s2unsignedInt(), and soap_s2unsignedLong().
| #define SOAP_ERR EOF |
Definition at line 994 of file stdsoap2.h.
Referenced by soap_fdelete(), soap_has_copies(), soap_isnumeric(), soap_valid_mime_boundary(), and tcp_gethost().
| #define soap_errno errno |
Definition at line 802 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_s2int(), soap_s2long(), soap_s2LONG64(), soap_s2ULONG64(), soap_s2unsignedInt(), soap_s2unsignedLong(), and tcp_gethost().
| #define SOAP_EWOULDBLOCK EWOULDBLOCK |
Definition at line 785 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_accept(), and tcp_connect().
| #define SOAP_FATAL_ERROR 11 |
Definition at line 1006 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define SOAP_FAULT 12 |
Definition at line 1007 of file stdsoap2.h.
Referenced by soap_copy_fault(), soap_recv_fault(), and soap_set_fault().
| #define SOAP_FD_EXCEEDED 46 |
Definition at line 1041 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_accept(), soap_poll(), soap_set_fault(), and tcp_connect().
| #define SOAP_FILE 1003 /* Custom file-based response */ |
Definition at line 1059 of file stdsoap2.h.
Referenced by http_response(), soap_puthttphdr(), and soap_response().
| #define SOAP_FMAC1 |
Definition at line 82 of file stdsoap2.h.
| #define SOAP_FMAC2 |
Definition at line 86 of file stdsoap2.h.
| #define SOAP_FMAC3 |
Definition at line 90 of file stdsoap2.h.
| #define SOAP_FMAC3S SOAP_FMAC3 |
Definition at line 94 of file stdsoap2.h.
| #define SOAP_FMAC4 |
Definition at line 98 of file stdsoap2.h.
| #define SOAP_FMAC4S SOAP_FMAC4 |
Definition at line 102 of file stdsoap2.h.
| #define SOAP_FMAC5 |
Definition at line 106 of file stdsoap2.h.
| #define SOAP_FMAC6 |
Definition at line 110 of file stdsoap2.h.
| #define SOAP_FORM 1001 /* Form request/response */ |
Definition at line 1057 of file stdsoap2.h.
Referenced by soap_begin_recv().
| #define SOAP_FREE | ( | soap, | |
| ptr | |||
| ) | free(ptr) |
Definition at line 1194 of file stdsoap2.h.
Referenced by soap_append_lab(), soap_clr_attr(), soap_connect_command(), soap_copy_context(), soap_dealloc(), soap_delete(), soap_done(), soap_end(), soap_end_block(), soap_envelope_begin_in(), soap_free_iht(), soap_free_ns(), soap_free_pht(), soap_free_temp(), soap_next_block(), soap_peek_element(), soap_pop_block(), soap_pop_namespace(), soap_push_namespace(), soap_register_plugin_arg(), soap_resolve(), soap_resolve_attachment(), soap_set_attr(), soap_set_namespaces(), and soap_unlink().
| #define SOAP_GAI_STRERROR gai_strerror |
Definition at line 701 of file stdsoap2.h.
Referenced by soap_bind(), and tcp_connect().
| #define SOAP_GET 2001 |
Definition at line 1064 of file stdsoap2.h.
Referenced by http_post(), and soap_puthttphdr().
| #define soap_get0 | ( | soap | ) | (((soap)->bufidx>=(soap)->buflen && soap_recv(soap)) ? EOF : (unsigned char)(soap)->buf[(soap)->bufidx]) |
Definition at line 1892 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_get(), and soap_getline().
| #define soap_get1 | ( | soap | ) | (((soap)->bufidx>=(soap)->buflen && soap_recv(soap)) ? EOF : (unsigned char)(soap)->buf[(soap)->bufidx++]) |
Definition at line 1893 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_char(), soap_end_recv(), soap_get(), soap_get_mime_attachment(), soap_getchar(), soap_getdime(), soap_getdimefield(), soap_getutf8(), and soap_peek_element().
| #define SOAP_GET_METHOD 15 |
Definition at line 1010 of file stdsoap2.h.
Referenced by http_get(), and soap_set_fault().
| #define SOAP_HDR 22 |
Definition at line 1017 of file stdsoap2.h.
Referenced by soap_getline(), and soap_set_fault().
| #define SOAP_HDRLEN (8192) /* maximum length of HTTP header line (must be >4096 to read cookies) */ |
Definition at line 855 of file stdsoap2.h.
Referenced by http_parse().
| #define SOAP_HEAD_METHOD 18 |
Definition at line 1013 of file stdsoap2.h.
Referenced by http_head(), and soap_set_fault().
| #define SOAP_HREF 26 |
Definition at line 1021 of file stdsoap2.h.
Referenced by soap_id_enter(), soap_id_forward(), soap_id_lookup(), and soap_set_fault().
| #define SOAP_HTML 1002 /* Custom HTML response */ |
Definition at line 1058 of file stdsoap2.h.
Referenced by http_response(), soap_puthttphdr(), and soap_response().
| #define SOAP_HTTP_ERROR 29 |
Definition at line 1024 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define soap_http_error_check | ( | e | ) | ((e) == SOAP_HTTP_ERROR || ((e) >= SOAP_GET_METHOD && (e) <= SOAP_HTTP_METHOD)|| (e) == SOAP_NO_DATA || ((e) >= 100 && (e) < 600)) |
Definition at line 1048 of file stdsoap2.h.
| #define SOAP_HTTP_METHOD 19 |
Definition at line 1014 of file stdsoap2.h.
Referenced by http_parse(), and soap_set_fault().
| #define SOAP_IDHASH (1999) /* prime size of hash table for parsed id/ref */ |
Definition at line 834 of file stdsoap2.h.
Referenced by soap_free_iht(), soap_has_copies(), soap_hash(), soap_init_iht(), soap_resolve(), and soap_update_ptrs().
Definition at line 1902 of file stdsoap2.h.
Referenced by MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy_init(), soap_init(), and soap_init2().
| #define SOAP_IN_BODY 6 |
Definition at line 1159 of file stdsoap2.h.
Referenced by soap_body_begin_in(), soap_body_begin_out(), and soap_element().
| #define SOAP_IN_ENVELOPE 2 |
Definition at line 1155 of file stdsoap2.h.
Referenced by soap_envelope_begin_in(), and soap_envelope_begin_out().
| #define SOAP_IN_HEADER 3 |
Definition at line 1156 of file stdsoap2.h.
Referenced by soap_embedded_id(), soap_getheader(), soap_ignore_element(), soap_is_embedded(), soap_is_single(), and soap_putheader().
| #define SOAP_IN_SECURITY 11 |
Definition at line 1164 of file stdsoap2.h.
Referenced by soap_element().
| #define SOAP_INDEX_RECV (0) |
Definition at line 870 of file stdsoap2.h.
Referenced by soap_copy_context().
| #define SOAP_INDEX_SENT (1) |
Definition at line 871 of file stdsoap2.h.
Referenced by soap_copy_context().
| #define SOAP_INDEX_TEST (2) |
Definition at line 872 of file stdsoap2.h.
Referenced by soap_copy_context().
| #define SOAP_INIT 1 |
Definition at line 1147 of file stdsoap2.h.
Referenced by soap_done(), and soap_init().
| #define soap_int32 int32_t |
Definition at line 766 of file stdsoap2.h.
Referenced by tcp_gethost().
| #define SOAP_INVALID_SOCKET ((SOAP_SOCKET)-1) |
Definition at line 697 of file stdsoap2.h.
Referenced by soap_accept(), soap_bind(), soap_done(), soap_init(), tcp_connect(), and tcp_disconnect().
| #define SOAP_IO 0x00000003 /* IO mask */ |
Definition at line 1086 of file stdsoap2.h.
Referenced by http_parse(), http_parse_header(), http_response(), soap_begin_count(), soap_begin_recv(), soap_begin_send(), soap_end_recv(), soap_end_send(), soap_flush_raw(), soap_get_http_body(), soap_putdime(), soap_puthttphdr(), soap_putmime(), soap_recv_raw(), soap_response(), soap_send_empty_response(), soap_send_raw(), and soap_try_connect_command().
| #define SOAP_IO_BUFFER 0x00000001 /* buffer output in packets of size SOAP_BUFLEN */ |
Definition at line 1088 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_send(), soap_response(), soap_send_empty_response(), soap_try_connect_command(), and tcp_connect().
| #define SOAP_IO_CHUNK 0x00000003 /* use HTTP chunked transfer AND buffer packets */ |
Definition at line 1090 of file stdsoap2.h.
Referenced by http_parse(), http_parse_header(), http_response(), soap_begin_count(), soap_begin_recv(), soap_end_recv(), soap_end_send(), soap_flush_raw(), soap_get_http_body(), soap_putdime(), soap_puthttphdr(), soap_putmime(), soap_recv_raw(), soap_response(), soap_send_empty_response(), and soap_try_connect_command().
| #define SOAP_IO_DEFAULT SOAP_IO_FLUSH |
Definition at line 1127 of file stdsoap2.h.
Referenced by MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy(), soap_init(), and soap_new().
| #define SOAP_IO_FLUSH 0x00000000 /* flush output immediately, no buffering */ |
Definition at line 1087 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_send(), soap_response(), and soap_try_connect_command().
| #define SOAP_IO_KEEPALIVE 0x00000010 /* keep connection alive */ |
Definition at line 1095 of file stdsoap2.h.
Referenced by soap_accept(), soap_begin(), soap_begin_recv(), soap_begin_send(), soap_bind(), and soap_try_connect_command().
| #define SOAP_IO_LENGTH 0x00000008 /* calc message length (internal) */ |
Definition at line 1094 of file stdsoap2.h.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), soap_attachment(), soap_begin_count(), soap_begin_send(), soap_embedded_id(), soap_envelope_begin_out(), soap_envelope_end_out(), soap_is_embedded(), soap_is_single(), soap_send_fault(), soap_send_raw(), and soap_set_embedded().
| #define SOAP_IO_STORE 0x00000002 /* store entire output to determine length for transport */ |
Definition at line 1089 of file stdsoap2.h.
Referenced by http_parse(), soap_begin_count(), soap_begin_send(), soap_end_send(), soap_flush_raw(), soap_putdime(), soap_putmime(), soap_response(), soap_send_raw(), and soap_try_connect_command().
| #define SOAP_IO_UDP 0x00000004 /* TCP or UDP */ |
Definition at line 1092 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_accept(), soap_begin_send(), soap_bind(), soap_done(), soap_end_send(), soap_try_connect_command(), tcp_connect(), and tcp_disconnect().
| #define SOAP_IOB 7 |
Definition at line 1002 of file stdsoap2.h.
Referenced by soap_in_ArrayOf_USCORExsd_USCOREstring(), and soap_set_fault().
| #define soap_isnan | ( | n | ) | (0) |
Definition at line 982 of file stdsoap2.h.
Referenced by soap_double2s(), and soap_float2s().
| #define soap_isninfd | ( | n | ) | ((n) <= DBL_NINFTY) |
Definition at line 988 of file stdsoap2.h.
Referenced by soap_double2s().
| #define soap_isninff | ( | n | ) | ((n) <= FLT_NINFTY) |
Definition at line 989 of file stdsoap2.h.
Referenced by soap_float2s().
| #define soap_ispinfd | ( | n | ) | ((n) >= DBL_PINFTY) |
Definition at line 986 of file stdsoap2.h.
Referenced by soap_double2s().
| #define soap_ispinff | ( | n | ) | ((n) >= FLT_PINFTY) |
Definition at line 987 of file stdsoap2.h.
Referenced by soap_float2s().
| #define SOAP_LABLEN (256) /* initial look-aside buffer length */ |
Definition at line 820 of file stdsoap2.h.
Referenced by soap_append_lab(), and soap_peek_element().
| #define SOAP_LENGTH 45 |
Definition at line 1040 of file stdsoap2.h.
Referenced by soap_set_fault(), soap_string_in(), and soap_wstring_in().
| #define SOAP_LONG_FORMAT "%lld" /* printf format for 64 bit ints */ |
Definition at line 746 of file stdsoap2.h.
Referenced by soap_LONG642s(), and soap_s2LONG64().
| #define SOAP_MALLOC | ( | soap, | |
| size | |||
| ) | malloc(size) |
Definition at line 1190 of file stdsoap2.h.
Referenced by soap_append_lab(), soap_begin_recv(), soap_begin_send(), soap_connect_command(), soap_copy_context(), soap_copy_stream(), soap_dime_forward(), soap_enter(), soap_envelope_begin_in(), soap_id_forward(), soap_init(), soap_link(), soap_malloc(), soap_new_block(), soap_peek_element(), soap_pointer_enter(), soap_push_block(), soap_push_namespace(), soap_push_ns(), soap_register_plugin_arg(), soap_set_attr(), and soap_set_local_namespaces().
| #define SOAP_MAXARRAYSIZE (1000000) |
Definition at line 884 of file stdsoap2.h.
Referenced by soap_getsize(), and soap_getsizes().
| #define SOAP_MAXDIMS (16) /* maximum array dimensions (array nestings) must be less than 64 to protect soap->tmpbuf */ |
Definition at line 862 of file stdsoap2.h.
Referenced by soap_getposition().
| #define SOAP_MAXKEEPALIVE (100) |
Definition at line 877 of file stdsoap2.h.
Referenced by soap_init().
Definition at line 869 of file stdsoap2.h.
Referenced by soap_done(), and soap_init_logs().
| #define SOAP_MIME_END 38 |
Definition at line 1033 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define SOAP_MIME_ERROR 36 |
Definition at line 1031 of file stdsoap2.h.
Referenced by soap_get_mime_attachment(), soap_getmimehdr(), and soap_set_fault().
| #define SOAP_MIME_HREF 37 |
Definition at line 1032 of file stdsoap2.h.
Referenced by soap_end_recv(), and soap_set_fault().
| #define SOAP_MIME_POSTCHECK 0x10000000 /* MIME flag (internal) */ |
Definition at line 1125 of file stdsoap2.h.
Referenced by soap_check_mime_attachments(), soap_end_recv(), soap_get_mime_attachment(), and soap_post_check_mime_attachments().
| #define SOAP_MISSING_ID 25 |
Definition at line 1020 of file stdsoap2.h.
Referenced by soap_resolve(), and soap_set_fault().
| #define SOAP_MOE 21 |
Definition at line 1016 of file stdsoap2.h.
Referenced by soap_dealloc(), and soap_set_fault().
| #define SOAP_MUSTUNDERSTAND 8 |
Definition at line 1003 of file stdsoap2.h.
Referenced by soap_ignore_element(), soap_recv_fault(), and soap_set_fault().
| #define SOAP_NAMESPACE 9 |
Definition at line 1004 of file stdsoap2.h.
Referenced by soap_current_namespace(), soap_match_namespace(), soap_match_tag(), soap_s2QName(), and soap_set_fault().
| #define SOAP_NMAC |
Definition at line 118 of file stdsoap2.h.
| #define SOAP_NO_BODY 5 |
Definition at line 1158 of file stdsoap2.h.
Referenced by soap_body_begin_in(), and soap_body_end_in().
| #define SOAP_NO_DATA 14 |
Definition at line 1009 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_recv_empty_response(), and soap_set_fault().
| #define SOAP_NO_METHOD 13 |
Definition at line 1008 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define SOAP_NO_TAG 6 |
Definition at line 1001 of file stdsoap2.h.
Referenced by soap_element_begin_in(), soap_element_end_in(), soap_getindependent(), soap_ignore_element(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataResourcesResponse(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypesId(), soap_in_ns2__getDataTypesIdResponse(), soap_in_ns2__getDataTypesName(), soap_in_ns2__getDataTypesNameResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeSynonymsResponse(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getDataTypeURIsResponse(), soap_in_ns2__getJavaLibraryVersion(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getLocationsResponse(), soap_in_ns2__getLocationsResponse_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getNamesResponse(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfo(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersion(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), soap_in_SOAP_ENV__Code(), soap_in_SOAP_ENV__Detail(), soap_in_SOAP_ENV__Fault(), soap_in_SOAP_ENV__Header(), soap_in_SOAP_ENV__Reason(), soap_inliteral(), soap_instring(), soap_inwliteral(), soap_inwstring(), soap_peek_element(), and soap_set_fault().
| #define SOAP_NONE 0 |
Definition at line 1146 of file stdsoap2.h.
Referenced by soap_done().
| #define SOAP_NULL 23 |
Definition at line 1018 of file stdsoap2.h.
Referenced by soap_element_begin_in(), and soap_set_fault().
| #define SOAP_OCCURS 44 |
Definition at line 1039 of file stdsoap2.h.
Referenced by soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), and soap_set_fault().
| #define SOAP_OK 0 |
Definition at line 995 of file stdsoap2.h.
Referenced by fsend(), http_parse(), http_parse_header(), http_post(), http_send_header(), soap_accept(), soap_append_lab(), soap_attribute(), soap_begin(), soap_begin_count(), soap_begin_recv(), soap_begin_send(), soap_body_begin_in(), soap_body_end_in(), soap_body_end_out(), soap_connect_command(), soap_copy_context(), soap_dime_forward(), soap_element(), soap_element_begin_in(), soap_element_begin_out(), soap_element_end_in(), soap_element_end_out(), soap_element_href(), soap_element_null(), soap_element_result(), soap_element_start_end_out(), soap_end_count(), soap_end_recv(), soap_end_send(), soap_envelope_begin_in(), soap_envelope_end_out(), soap_fdelete(), soap_flush(), soap_flush_raw(), soap_getattrval(), soap_getdime(), soap_getdimehdr(), soap_getindependent(), soap_getline(), soap_getmimehdr(), soap_has_copies(), soap_ignore_element(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_inliteral(), soap_instring(), soap_inwliteral(), soap_inwstring(), soap_isnumeric(), soap_match_array(), soap_match_namespace(), soap_match_tag(), soap_move(), soap_out_std__string(), soap_outliteral(), soap_outstring(), soap_outwliteral(), soap_outwstring(), soap_peek_element(), soap_poll(), soap_push_namespace(), soap_putbase64(), soap_putdime(), soap_putdimehdr(), soap_putelement(), soap_putfault(), soap_putheader(), soap_puthex(), soap_puthttphdr(), soap_putindependent(), soap_putmime(), soap_recv(), soap_recv_empty_response(), soap_recv_fault(), soap_recv_header(), soap_recv_raw(), soap_register_plugin_arg(), soap_resolve(), soap_response(), soap_retry(), soap_s2wchar(), soap_send(), soap_send_empty_response(), soap_send_fault(), soap_send_raw(), soap_set_attr(), soap_set_dime_attachment(), soap_set_mime_attachment(), soap_set_namespaces(), soap_string_out(), soap_try_connect_command(), soap_valid_mime_boundary(), soap_wstring_out(), soap_xop_forward(), tcp_disconnect(), tcp_gethost(), and CMIRIAMResources::updateMIRIAMResources().
Definition at line 1905 of file stdsoap2.h.
Referenced by MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy_init(), soap_init(), and soap_init2().
| #define SOAP_PLUGIN_ERROR 40 |
Definition at line 1035 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define SOAP_POST 2000 |
Definition at line 1063 of file stdsoap2.h.
Referenced by soap_connect(), soap_end_send(), and soap_try_connect_command().
| #define SOAP_PROHIBITED 43 |
Definition at line 1038 of file stdsoap2.h.
Referenced by soap_attr_value(), and soap_set_fault().
| #define SOAP_PTRBLK (32) /* block allocation for pointer hash table chains */ |
Definition at line 823 of file stdsoap2.h.
Referenced by soap_pointer_enter().
| #define SOAP_PTRHASH (1024) /* size of pointer analysis hash table (must be power of 2) */ |
Definition at line 827 of file stdsoap2.h.
Referenced by soap_free_pht(), soap_init_pht(), and soap_putindependent().
| #define SOAP_PUT_METHOD 16 |
Definition at line 1011 of file stdsoap2.h.
Referenced by http_put(), and soap_set_fault().
| #define soap_random rand() |
Definition at line 1936 of file stdsoap2.h.
Referenced by fsend(), and soap_select_mime_boundary().
| #define soap_register_plugin | ( | soap, | |
| plugin | |||
| ) | soap_register_plugin_arg(soap, plugin, NULL) |
Definition at line 1901 of file stdsoap2.h.
| #define SOAP_REQUIRED 42 |
Definition at line 1037 of file stdsoap2.h.
Referenced by soap_attr_value(), and soap_set_fault().
| #define soap_reset_errno (errno = 0) |
Definition at line 804 of file stdsoap2.h.
Referenced by soap_s2int(), soap_s2long(), soap_s2LONG64(), soap_s2ULONG64(), soap_s2unsignedInt(), and soap_s2unsignedLong().
Definition at line 1899 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_get(), and soap_getutf8().
Definition at line 1903 of file stdsoap2.h.
Definition at line 1908 of file stdsoap2.h.
Definition at line 1906 of file stdsoap2.h.
| #define soap_soap_error_check | ( | e | ) | ((e) == SOAP_CLI_FAULT || (e) == SOAP_SVR_FAULT || (e) == SOAP_VERSIONMISMATCH || (e) == SOAP_MUSTUNDERSTAND || (e) == SOAP_FAULT || (e) == SOAP_NO_METHOD) |
Definition at line 1044 of file stdsoap2.h.
| #define SOAP_SOCKET int |
Definition at line 692 of file stdsoap2.h.
Referenced by tcp_accept(), and tcp_connect().
| #define soap_socket_errno | ( | s | ) | errno |
Definition at line 803 of file stdsoap2.h.
Referenced by frecv(), fsend(), soap_accept(), soap_bind(), soap_poll(), tcp_connect(), and tcp_disconnect().
| #define SOAP_SOCKLEN_T size_t |
Definition at line 684 of file stdsoap2.h.
Referenced by frecv(), tcp_accept(), and tcp_connect().
| #define SOAP_SOURCE_STAMP | ( | str | ) |
Definition at line 122 of file stdsoap2.h.
| #define SOAP_SSL_ALLOW_EXPIRED_CERTIFICATE 0x08 /* client does not check the expiration date of the host certificate */ |
Definition at line 1135 of file stdsoap2.h.
| #define SOAP_SSL_DEFAULT (SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION | SOAP_SSLv3_TLSv1) |
Definition at line 1142 of file stdsoap2.h.
Referenced by soap_init().
| #define SOAP_SSL_ERROR 30 |
Definition at line 1025 of file stdsoap2.h.
Referenced by soap_closesock(), soap_set_fault(), tcp_connect(), and tcp_disconnect().
| #define soap_ssl_error_check | ( | e | ) | ((e) == SOAP_SSL_ERROR) |
Definition at line 1046 of file stdsoap2.h.
| #define SOAP_SSL_NO_AUTHENTICATION 0x00 /* for testing purposes */ |
Definition at line 1131 of file stdsoap2.h.
| #define SOAP_SSL_NO_DEFAULT_CA_PATH 0x10 /* don't use default_verify_paths */ |
Definition at line 1136 of file stdsoap2.h.
| #define SOAP_SSL_REQUIRE_CLIENT_AUTHENTICATION 0x02 /* server requires client to authenticate */ |
Definition at line 1133 of file stdsoap2.h.
| #define SOAP_SSL_REQUIRE_SERVER_AUTHENTICATION 0x01 /* client requires server to authenticate */ |
Definition at line 1132 of file stdsoap2.h.
Referenced by tcp_connect().
| #define SOAP_SSL_RSA 0x20 /* use RSA */ |
Definition at line 1137 of file stdsoap2.h.
| #define SOAP_SSL_SKIP_HOST_CHECK 0x04 /* client does not check the common name of the host in certificate */ |
Definition at line 1134 of file stdsoap2.h.
Referenced by tcp_connect().
| #define SOAP_SSLv3 0x40 /* SSL v3 only */ |
Definition at line 1138 of file stdsoap2.h.
| #define SOAP_SSLv3_TLSv1 0x00 /* SSL v3 and TLS v1 support by default */ |
Definition at line 1140 of file stdsoap2.h.
| #define SOAP_STD_API |
Definition at line 1594 of file stdsoap2.h.
| #define SOAP_STOP 1000 /* No HTTP response */ |
Definition at line 1056 of file stdsoap2.h.
Referenced by http_parse(), soap_begin_recv(), soap_end_send(), soap_send_fault(), and soap_set_fault().
| #define SOAP_STRCMP strcmp /* case sensitive XML element/attribute names */ |
Definition at line 650 of file stdsoap2.h.
Referenced by soap_match_tag(), and soap_peek_element().
| #define soap_strrchr | ( | s, | |
| t | |||
| ) | strrchr(s, t) |
Definition at line 1913 of file stdsoap2.h.
Referenced by soap_array_begin_out(), and soap_peek_element().
| #define soap_strtol | ( | s, | |
| t, | |||
| b | |||
| ) | strtol(s, t, b) |
Definition at line 1919 of file stdsoap2.h.
Referenced by soap_char(), soap_getsize(), soap_s2byte(), soap_s2int(), soap_s2long(), and soap_s2short().
| #define soap_strtoul | ( | s, | |
| t, | |||
| b | |||
| ) | strtoul(s, t, b) |
Definition at line 1925 of file stdsoap2.h.
Referenced by http_parse(), http_parse_header(), soap_recv_raw(), soap_s2unsignedByte(), soap_s2unsignedInt(), soap_s2unsignedLong(), and soap_s2unsignedShort().
| #define SOAP_SVR_FAULT 2 |
Definition at line 997 of file stdsoap2.h.
Referenced by soap_recv_fault(), and soap_set_fault().
| #define SOAP_SYNTAX_ERROR 5 |
Definition at line 1000 of file stdsoap2.h.
Referenced by soap_element_end_in(), soap_match_namespace(), soap_peek_element(), and soap_set_fault().
| #define SOAP_TAG_MISMATCH 3 |
Definition at line 998 of file stdsoap2.h.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), soap_element_begin_in(), soap_envelope_begin_in(), soap_getelement(), soap_ignore_element(), soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataResourcesResponse(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypesId(), soap_in_ns2__getDataTypesIdResponse(), soap_in_ns2__getDataTypesName(), soap_in_ns2__getDataTypesNameResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeSynonymsResponse(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getDataTypeURIsResponse(), soap_in_ns2__getJavaLibraryVersion(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getLocationsResponse(), soap_in_ns2__getLocationsResponse_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getNamesResponse(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfo(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersion(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), soap_in_SOAP_ENV__Code(), soap_in_SOAP_ENV__Detail(), soap_in_SOAP_ENV__Fault(), soap_in_SOAP_ENV__Header(), soap_in_SOAP_ENV__Reason(), soap_match_array(), soap_match_tag(), soap_recv_header(), and soap_set_fault().
| #define SOAP_TAGLEN (1024) /* maximum length of XML element tag/attribute name or host/path name + 1 */ |
Definition at line 848 of file stdsoap2.h.
| #define SOAP_TCP_ERROR 28 |
Definition at line 1023 of file stdsoap2.h.
Referenced by soap_accept(), soap_bind(), soap_closesock(), soap_connect_command(), soap_poll(), soap_set_fault(), and tcp_connect().
| #define soap_tcp_error_check | ( | e | ) | ((e) == SOAP_EOF || (e) == SOAP_TCP_ERROR) |
Definition at line 1045 of file stdsoap2.h.
| #define SOAP_TLSv1 0x80 /* TLS v1 only */ |
Definition at line 1139 of file stdsoap2.h.
| #define SOAP_TYPE 4 |
Definition at line 999 of file stdsoap2.h.
Referenced by soap_base642s(), soap_element_begin_in(), soap_getbase64(), soap_gethex(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_inbyte(), soap_indateTime(), soap_inint(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), soap_inunsignedShort(), soap_isnumeric(), soap_s2byte(), soap_s2dateTime(), soap_s2double(), soap_s2float(), soap_s2int(), soap_s2long(), soap_s2LONG64(), soap_s2short(), soap_s2ULONG64(), soap_s2unsignedByte(), soap_s2unsignedInt(), soap_s2unsignedLong(), soap_s2unsignedShort(), and soap_set_fault().
| #define SOAP_UDP_ERROR 27 |
Definition at line 1022 of file stdsoap2.h.
Referenced by soap_begin_send(), and soap_set_fault().
| #define SOAP_ULONG_FORMAT "%llu" /* printf format for unsigned 64 bit ints */ |
Definition at line 750 of file stdsoap2.h.
Referenced by soap_s2ULONG64(), and soap_ULONG642s().
Definition at line 1900 of file stdsoap2.h.
Referenced by soap_begin_recv(), soap_element_end_in(), soap_get(), soap_getattrval(), soap_getbase64(), soap_getdimehdr(), soap_gethex(), soap_inliteral(), soap_inwliteral(), soap_peek_element(), soap_string_in(), soap_value(), and soap_wstring_in().
| #define SOAP_USER_ERROR 10 |
Definition at line 1005 of file stdsoap2.h.
Referenced by soap_set_fault().
| #define soap_valid_socket | ( | n | ) | ((n) != SOAP_INVALID_SOCKET) |
Definition at line 698 of file stdsoap2.h.
Referenced by frecv(), fsend(), http_response(), soap_accept(), soap_begin_recv(), soap_begin_send(), soap_bind(), soap_done(), soap_end_send(), soap_poll(), soap_send_fault(), soap_try_connect_command(), tcp_connect(), and tcp_disconnect().
| #define SOAP_VERSIONMISMATCH 39 |
Definition at line 1034 of file stdsoap2.h.
Referenced by soap_envelope_begin_in(), soap_recv_fault(), and soap_set_fault().
| #define SOAP_WINSOCKINT size_t |
Definition at line 587 of file stdsoap2.h.
| #define SOAP_XML_CANONICAL 0x00004000 /* EXC C14N canonical XML */ |
Definition at line 1109 of file stdsoap2.h.
Referenced by soap_array_begin_out(), soap_attribute(), soap_clr_attr(), soap_element(), soap_element_end_out(), soap_element_start_end_out(), soap_QName2s(), soap_set_attr(), soap_string_out(), and soap_wstring_out().
| #define SOAP_XML_DOM 0x00040000 |
Definition at line 1113 of file stdsoap2.h.
Referenced by soap_attribute(), soap_element(), soap_element_end_in(), soap_element_end_out(), soap_element_start_end_out(), soap_getbase64(), soap_gethex(), soap_peek_element(), soap_putbase64(), soap_puthex(), soap_string_in(), soap_string_out(), soap_value(), soap_wstring_in(), and soap_wstring_out().
| #define soap_xml_error_check | ( | e | ) | ((e) == SOAP_TAG_MISMATCH || (e) == SOAP_NO_TAG || (e) == SOAP_SYNTAX_ERROR || (e) == SOAP_NAMESPACE || (e) == SOAP_DUPLICATE_ID || (e) == SOAP_MISSING_ID || (e) == SOAP_REQUIRED || (e) == SOAP_PROHIBITED || (e) == SOAP_OCCURS || (e) == SOAP_LENGTH || (e) == SOAP_NULL || (e) == SOAP_HREF) |
Definition at line 1043 of file stdsoap2.h.
| #define SOAP_XML_GRAPH 0x00010000 |
Definition at line 1111 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_send(), soap_embedded_id(), soap_is_embedded(), soap_peek_element(), and soap_putindependent().
| #define SOAP_XML_INDENT 0x00002000 /* emit indented XML */ |
Definition at line 1108 of file stdsoap2.h.
Referenced by soap_element(), and soap_element_end_out().
| #define SOAP_XML_NIL 0x00020000 |
Definition at line 1112 of file stdsoap2.h.
Referenced by soap_element_null().
| #define SOAP_XML_SEC 0x00080000 /* reserved for WS security */ |
Definition at line 1114 of file stdsoap2.h.
Referenced by soap_body_begin_out(), soap_element(), and soap_end_send().
| #define SOAP_XML_STRICT 0x00001000 /* apply strict validation */ |
Definition at line 1107 of file stdsoap2.h.
Referenced by soap_attr_value(), soap_element_begin_in(), soap_element_end_in(), soap_ignore_element(), soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), soap_s2int(), soap_s2long(), soap_s2LONG64(), soap_s2ULONG64(), soap_s2unsignedInt(), soap_s2unsignedLong(), soap_string_in(), and soap_wstring_in().
| #define SOAP_XML_TREE 0x00008000 /* emit XML tree (no id/ref) */ |
Definition at line 1110 of file stdsoap2.h.
Referenced by soap_begin_count(), soap_begin_send(), soap_element_id(), soap_embedded_id(), soap_peek_element(), soap_putindependent(), and soap_reference().
| #define SOAP_ZLIB_DEFLATE 0x01 |
Definition at line 1078 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_recv(), soap_begin_send(), soap_closesock(), soap_end_send(), and soap_puthttphdr().
| #define SOAP_ZLIB_ERROR 31 |
Definition at line 1026 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_recv(), soap_begin_send(), soap_end_recv(), soap_end_send(), soap_flush(), soap_recv_raw(), and soap_set_fault().
| #define soap_zlib_error_check | ( | e | ) | ((e) == SOAP_ZLIB_ERROR) |
Definition at line 1047 of file stdsoap2.h.
| #define SOAP_ZLIB_GZIP 0x02 |
Definition at line 1080 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_recv(), soap_begin_send(), soap_end_recv(), and soap_recv_raw().
| #define SOAP_ZLIB_INFLATE 0x02 |
Definition at line 1079 of file stdsoap2.h.
Referenced by soap_begin_recv(), and soap_closesock().
| #define SOAP_ZLIB_NONE 0x00 |
Definition at line 1077 of file stdsoap2.h.
Referenced by http_parse_header(), soap_begin_recv(), soap_closesock(), soap_copy_stream(), soap_end_recv(), soap_end_send(), and soap_init().
| #define STDSOAP_H |
Definition at line 143 of file stdsoap2.h.
| #define ULONG64 unsigned LONG64 |
Definition at line 734 of file stdsoap2.h.
Referenced by soap_inULONG64().
| #define WITH_FAST |
Definition at line 127 of file stdsoap2.h.
| typedef int32_t soap_mode |
Definition at line 1084 of file stdsoap2.h.
| typedef int32_t soap_wchar |
Definition at line 1257 of file stdsoap2.h.
| enum soap_mime_encoding |
| Enumerator | |
|---|---|
| SOAP_MIME_NONE | |
| SOAP_MIME_7BIT | |
| SOAP_MIME_8BIT | |
| SOAP_MIME_BINARY | |
| SOAP_MIME_QUOTED_PRINTABLE | |
| SOAP_MIME_BASE64 | |
| SOAP_MIME_IETF_TOKEN | |
| SOAP_MIME_X_TOKEN | |
Definition at line 1425 of file stdsoap2.h.
| int soap_accept | ( | struct soap * | ) |
Definition at line 5779 of file stdsoap2.cpp.
References soap::accept_flags, soap::accept_timeout, DBGLOG, soap::errmode, soap::errnum, soap::error, soap::faccept, soap::host, soap::imode, soap::ip, soap::keep_alive, soap::linger_time, soap::master, soap::omode, soap::peer, soap::peerlen, soap::port, soap::recv_timeout, soap::send_timeout, SOAP_BUFLEN, soap_closesock(), SOAP_EAGAIN, SOAP_EINTR, SOAP_EWOULDBLOCK, SOAP_FD_EXCEEDED, SOAP_INVALID_SOCKET, SOAP_IO_KEEPALIVE, SOAP_IO_UDP, SOAP_OK, soap_set_receiver_error(), soap_set_sender_error(), SOAP_SOCKBLOCK, soap_socket_errno, SOAP_SOCKNONBLOCK, SOAP_TCP_ERROR, soap_valid_socket, soap::socket, and tcp_error().
| int soap_append_lab | ( | struct soap * | , |
| const char * | , | ||
| size_t | |||
| ) |
Definition at line 10289 of file stdsoap2.cpp.
References DBGLOG, soap::error, soap::labbuf, soap::labidx, soap::lablen, SOAP_EOM, SOAP_FREE, SOAP_LABLEN, SOAP_MALLOC, and SOAP_OK.
Referenced by soap_get_http_body(), soap_getbase64(), soap_gethex(), soap_peek_element(), soap_QName2s(), soap_s2QName(), soap_store_lab(), and soap_string_in().
| int soap_array_begin_out | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const char * | type, | ||
| const char * | offset | ||
| ) |
Definition at line 9404 of file stdsoap2.cpp.
References soap::error, soap::mode, soap_attribute(), soap_element(), soap_element_begin_out(), soap_element_start_end_out(), soap_strrchr, soap_utilize_ns(), SOAP_XML_CANONICAL, soap::tmpbuf, and soap::version.
Referenced by soap_out_ArrayOf_USCORExsd_USCOREstring().
| int soap_array_pointer_lookup | ( | struct soap * | , |
| const void * | p, | ||
| const struct soap_array * | a, | ||
| int | n, | ||
| int | t, | ||
| struct soap_plist ** | |||
| ) |
Definition at line 6383 of file stdsoap2.cpp.
References soap_array::__ptr, soap_array::__size, soap_plist::array, DBGLOG, soap_plist::id, soap_plist::next, soap::pht, soap_hash_ptr, and soap_plist::type.
Referenced by soap_array_reference(), soap_attachment(), soap_element_id(), and soap_embed().
| int soap_array_reference | ( | struct soap * | , |
| const void * | p, | ||
| const struct soap_array * | a, | ||
| int | n, | ||
| int | t | ||
| ) |
Definition at line 6723 of file stdsoap2.cpp.
References soap_array::__ptr, DBGLOG, soap_plist::mark1, soap_plist::mark2, soap_array_pointer_lookup(), and soap_pointer_enter().
Referenced by ArrayOf_USCORExsd_USCOREstring::soap_serialize().
| int soap_attachment | ( | struct soap * | , |
| const char * | , | ||
| int | , | ||
| const void * | , | ||
| const struct soap_array * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| int | , | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 6888 of file stdsoap2.cpp.
References soap_array::__ptr, soap_array::__size, DBGLOG, soap::dime, soap::dime_id_format, soap_multipart::encoding, soap::error, soap_dime::first, soap_mime::first, soap_multipart::id, soap_dime::last, soap_mime::last, soap_plist::mark1, soap_plist::mark2, soap::mime, soap::mode, soap_multipart::options, soap_array_pointer_lookup(), soap_element_begin_out(), soap_element_end_out(), soap_element_href(), soap_element_id(), SOAP_ENC_MTOM, SOAP_EOM, SOAP_IO_LENGTH, soap_malloc(), SOAP_MIME_BINARY, soap_new_multipart(), soap_pointer_enter(), SOAP_STR_EOS, soap_strdup(), soap::tmpbuf, and soap_multipart::type.
| const char* soap_attr_value | ( | struct soap * | soap, |
| const char * | name, | ||
| int | flag | ||
| ) |
Definition at line 10003 of file stdsoap2.cpp.
References soap::attributes, soap::error, soap::mode, soap_attribute::name, soap_attribute::next, soap_match_tag(), SOAP_PROHIBITED, SOAP_REQUIRED, SOAP_STR_EOS, SOAP_XML_STRICT, soap_attribute::value, and soap_attribute::visible.
| int soap_attribute | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 9802 of file stdsoap2.cpp.
References soap_dom_element::atts, soap_dom_attribute::data, DBGLOG, soap::dom, soap::error, soap::mode, soap_dom_attribute::name, soap_dom_attribute::next, soap_dom_attribute::nstr, soap_dom_attribute::soap, soap_malloc(), SOAP_OK, soap_push_ns(), soap_send(), soap_send_raw(), soap_set_attr(), soap_strdup(), soap_string_out(), SOAP_XML_CANONICAL, SOAP_XML_DOM, and soap_dom_attribute::wide.
Referenced by soap_array_begin_out(), soap_element(), soap_element_href(), soap_element_null(), soap_element_result(), soap_outliteral(), and soap_outwliteral().
| const char* soap_base642s | ( | struct soap * | , |
| const char * | , | ||
| char * | , | ||
| size_t | , | ||
| int * | |||
| ) |
Definition at line 18039 of file stdsoap2.cpp.
References soap::error, soap_blank, SOAP_BLKLEN, soap_malloc(), SOAP_NON_NULL, and SOAP_TYPE.
Referenced by http_parse_header(), and soap_getbase64().
Definition at line 8685 of file stdsoap2.cpp.
References soap::ahead, soap::alloced, soap::bufidx, soap_dime::buflen, soap::buflen, soap::cdata, soap_dime::chunksize, soap::count, DBGLOG, soap::dime, soap::encoding, soap::endpoint, soap::error, soap::idnum, soap::imode, soap::keep_alive, soap::length, soap::level, soap::mode, soap::mustUnderstand, soap::ns, soap::null, soap::omode, soap::part, soap::peeked, soap::position, SOAP_END, soap_free_temp(), SOAP_IO_KEEPALIVE, and SOAP_OK.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_init().
| int soap_begin_count | ( | struct soap * | ) |
Definition at line 6421 of file stdsoap2.cpp.
References soap_dime::count, soap::count, DBGLOG, soap::dime, soap::encoding, soap::encodingStyle, soap::error, soap::fprepareinit, soap::fpreparesend, soap::idnum, soap_dime::last, soap_dime::list, soap::mode, soap::mustUnderstand, soap::ns, soap::null, soap::omode, soap::part, soap::position, soap_dime::size, SOAP_BEGIN, soap_clr_attr(), SOAP_ENC_DIME, SOAP_ENC_MIME, SOAP_ENC_MTOM, SOAP_ENC_XML, SOAP_ENC_ZLIB, soap_free_ns(), SOAP_IO, SOAP_IO_BUFFER, SOAP_IO_CHUNK, SOAP_IO_FLUSH, SOAP_IO_LENGTH, SOAP_IO_STORE, SOAP_OK, soap_select_mime_boundary(), soap_set_local_namespaces(), SOAP_XML_GRAPH, SOAP_XML_TREE, and soap::socket.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| int soap_begin_recv | ( | struct soap * | ) |
Definition at line 16617 of file stdsoap2.cpp.
References soap::action, soap::ahead, soap::alloced, soap_mime::boundary, soap::buf, soap::bufidx, soap_dime::buflen, soap::buflen, soap::cdata, soap::chunkbuflen, soap_dime::chunksize, soap::chunksize, soap::count, soap::d_stream, DBGLOG, soap::dime, soap::dom, soap::endpoint, soap::error, soap::fault, soap::fform, soap_dime::first, soap_mime::first, soap_dime::flags, soap::fparse, soap::fprepareinit, soap::fpreparerecv, soap::header, soap_multipart::id, if(), soap::imode, soap::keep_alive, soap_dime::last, soap_mime::last, soap::length, soap::level, soap_dime::list, soap_mime::list, soap::mime, soap::mode, soap::omode, soap::part, soap::peeked, soap::recvfd, soap_dime::size, SOAP_BEGIN, soap_blank, SOAP_BUFLEN, SOAP_DIME_CF, SOAP_DIME_MB, SOAP_DIME_VERSION, SOAP_ENC_DIME, SOAP_ENC_MIME, SOAP_ENC_ZLIB, SOAP_EOF, SOAP_FORM, soap_free_iht(), soap_free_temp(), soap_get0, soap_get1, soap_get_header_attribute(), soap_get_mime_attachment(), soap_getchar(), soap_getdimehdr(), soap_getmimehdr(), SOAP_IO, SOAP_IO_CHUNK, SOAP_IO_KEEPALIVE, SOAP_MALLOC, soap_match_cid(), SOAP_NO_DATA, SOAP_OK, soap_revget1, soap_set_local_namespaces(), SOAP_STOP, soap_unget, soap_valid_socket, SOAP_ZLIB_DEFLATE, SOAP_ZLIB_ERROR, SOAP_ZLIB_GZIP, SOAP_ZLIB_INFLATE, SOAP_ZLIB_NONE, soap::socket, soap::ssl, soap_mime::start, soap::status, soap_multipart::type, soap::version, soap::z_buf, soap::z_buflen, soap::z_crc, soap::z_ratio_in, soap::zlib_in, soap::zlib_out, and soap::zlib_state.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_recv_empty_response().
| int soap_begin_send | ( | struct soap * | ) |
Definition at line 6521 of file stdsoap2.cpp.
References soap::bufidx, soap::buflen, soap::chunksize, soap::count, soap::d_stream, DBGLOG, soap::encoding, soap::encodingStyle, soap::error, soap::fprepareinit, soap::idnum, if(), soap::keep_alive, soap::level, soap::mode, soap::mustUnderstand, soap::ns, soap::null, soap::omode, soap::part, soap::position, soap::sendfd, SOAP_BEGIN, SOAP_BUFLEN, soap_clr_attr(), SOAP_ENC_DIME, SOAP_ENC_MIME, SOAP_ENC_MTOM, SOAP_ENC_XML, SOAP_ENC_ZLIB, soap_free_ns(), SOAP_IO, SOAP_IO_BUFFER, SOAP_IO_FLUSH, SOAP_IO_KEEPALIVE, SOAP_IO_LENGTH, SOAP_IO_STORE, SOAP_IO_UDP, SOAP_MALLOC, soap_new_block(), SOAP_OK, soap_select_mime_boundary(), soap_set_local_namespaces(), SOAP_UDP_ERROR, soap_valid_socket, SOAP_XML_GRAPH, SOAP_XML_TREE, SOAP_ZLIB_DEFLATE, SOAP_ZLIB_ERROR, SOAP_ZLIB_GZIP, soap::socket, soap::ssl, soap::z_buf, soap::z_crc, soap::z_level, soap::z_ratio_out, soap::zlib_out, and soap::zlib_state.
Referenced by soap_response(), soap_try_connect_command(), and tcp_connect().
| int soap_bind | ( | struct soap * | , |
| const char * | , | ||
| int | , | ||
| int | |||
| ) |
Definition at line 5457 of file stdsoap2.cpp.
References soap::bind_flags, DBGLOG, soap::errmode, soap::errnum, soap::fclosesocket, soap::fresolve, soap::imode, soap::master, soap::omode, soap::peer, soap::peerlen, SOAP_BUFLEN, soap_closesock(), SOAP_GAI_STRERROR, soap_int2s(), SOAP_INVALID_SOCKET, SOAP_IO_KEEPALIVE, SOAP_IO_UDP, soap_set_receiver_error(), soap_socket_errno, SOAP_TCP_ERROR, soap_valid_socket, soap::socket, tcp_error(), and tcp_init().
| size_t soap_block_size | ( | struct soap * | , |
| struct soap_blist * | |||
| ) |
Definition at line 3120 of file stdsoap2.cpp.
References soap::blist, and soap_blist::ptr.
Referenced by soap_end_send(), and soap_save_block().
| int soap_body_begin_in | ( | struct soap * | ) |
Definition at line 17685 of file stdsoap2.cpp.
References soap::body, soap::error, soap::part, soap_element_begin_in(), SOAP_IN_BODY, SOAP_NO_BODY, and SOAP_OK.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), and MiriamWebServicesSoapBindingProxy::isDeprecated().
| int soap_body_begin_out | ( | struct soap * | ) |
Definition at line 17644 of file stdsoap2.cpp.
References soap::encoding, soap::error, soap::mode, soap::part, soap_element(), soap_element_start_end_out(), SOAP_IN_BODY, soap_set_attr(), SOAP_XML_SEC, and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| int soap_body_end_in | ( | struct soap * | ) |
Definition at line 17704 of file stdsoap2.cpp.
References soap::part, soap_element_end_in(), SOAP_END_BODY, SOAP_NO_BODY, and SOAP_OK.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_recv_fault().
| int soap_body_end_out | ( | struct soap * | ) |
Definition at line 17670 of file stdsoap2.cpp.
References soap::error, soap::part, soap_element_end_out(), SOAP_END_BODY, and SOAP_OK.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| const char* soap_byte2s | ( | struct soap * | , |
| char | |||
| ) |
Definition at line 12257 of file stdsoap2.cpp.
References soap_long2s().
| int soap_check_mime_attachments | ( | struct soap * | soap | ) |
Definition at line 15038 of file stdsoap2.cpp.
References soap::mode, soap_get_mime_attachment(), and SOAP_MIME_POSTCHECK.
Definition at line 9787 of file stdsoap2.cpp.
References soap::encodingStyle, soap_instring(), and soap::version.
| int soap_closesock | ( | struct soap * | ) |
Definition at line 6121 of file stdsoap2.cpp.
References soap::d_stream, soap::error, soap::fclose, soap::keep_alive, SOAP_EOF, SOAP_SSL_ERROR, SOAP_TCP_ERROR, SOAP_ZLIB_DEFLATE, SOAP_ZLIB_INFLATE, SOAP_ZLIB_NONE, and soap::zlib_state.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), soap_accept(), soap_bind(), MiriamWebServicesSoapBindingProxy::soap_close_socket(), soap_done(), soap_end(), soap_recv_empty_response(), soap_recv_fault(), soap_send_empty_response(), soap_send_fault(), and soap_try_connect_command().
Definition at line 10164 of file stdsoap2.cpp.
References soap::attributes, soap::mode, soap_attribute::next, SOAP_FREE, SOAP_XML_CANONICAL, soap_attribute::value, and soap_attribute::visible.
Referenced by soap_begin_count(), and soap_begin_send().
Definition at line 15457 of file stdsoap2.cpp.
References soap::dime, soap_dime::first, soap_dime::last, soap::omode, and SOAP_ENC_DIME.
Definition at line 15472 of file stdsoap2.cpp.
References soap_mime::boundary, soap_mime::first, soap_mime::last, soap::mime, soap::omode, SOAP_ENC_MIME, and soap_mime::start.
Referenced by soap_dealloc().
| const struct soap_code_map* soap_code | ( | const struct soap_code_map * | , |
| const char * | |||
| ) |
Definition at line 1638 of file stdsoap2.cpp.
References soap_code_map::string.
| long soap_code_bits | ( | const struct soap_code_map * | , |
| const char * | |||
| ) |
Definition at line 1699 of file stdsoap2.cpp.
References soap_code_map::code, soap_blank, and soap_code_map::string.
| long soap_code_int | ( | const struct soap_code_map * | , |
| const char * | , | ||
| long | |||
| ) |
Definition at line 1660 of file stdsoap2.cpp.
References soap_code_map::code, soap_tag_cmp(), and soap_code_map::string.
Referenced by soap_char(), and soap_getmimehdr().
| const char* soap_code_list | ( | struct soap * | , |
| const struct soap_code_map * | , | ||
| long | |||
| ) |
Definition at line 1739 of file stdsoap2.cpp.
References soap_code_map::code, soap_code_map::string, and soap::tmpbuf.
| const char* soap_code_str | ( | const struct soap_code_map * | , |
| long | |||
| ) |
Definition at line 1682 of file stdsoap2.cpp.
References soap_code_map::code, and soap_code_map::string.
Referenced by http_error(), soap_count_attachments(), soap_putmimehdr(), and tcp_error().
| int soap_connect | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 17832 of file stdsoap2.cpp.
References soap_connect_command(), and SOAP_POST.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), and MiriamWebServicesSoapBindingProxy::isDeprecated().
| int soap_connect_command | ( | struct soap * | , |
| int | , | ||
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 17843 of file stdsoap2.cpp.
References soap::error, SOAP_FREE, SOAP_MALLOC, SOAP_OK, SOAP_TCP_ERROR, and soap_try_connect_command().
Referenced by soap_connect().
Definition at line 8266 of file stdsoap2.cpp.
References soap_copy_context().
Definition at line 8277 of file stdsoap2.cpp.
References soap::action, soap::alist, soap::attributes, soap::bio, soap::blist, soap::c_locale, soap::clist, soap::cookies, soap::d_stream, DBGLOG, soap::error, soap::fault, soap_plugin::fcopy, soap::header, soap_plugin::id, soap::labbuf, soap::labidx, soap::lablen, soap::local_namespaces, soap::logfile, soap_plugin::next, soap::nlist, soap::passwd, soap::plugins, soap_check_state, SOAP_COPY, SOAP_FREE, SOAP_INDEX_RECV, SOAP_INDEX_SENT, SOAP_INDEX_TEST, soap_init_iht(), soap_init_logs(), soap_init_pht(), SOAP_MALLOC, SOAP_OK, soap::ssl, soap::state, soap::userid, and soap::z_buf.
Referenced by MiriamWebServicesSoapBindingProxy::MiriamWebServicesSoapBindingProxy(), and soap_copy().
Definition at line 8377 of file stdsoap2.cpp.
References soap::ahead, soap::bio, soap::buf, soap::bufidx, soap::buflen, soap::cdata, soap::chunkbuflen, soap::chunksize, soap::ctx, soap::d_stream, soap::imode, soap::is, soap::keep_alive, soap::max_keep_alive, soap::mode, soap::omode, soap::os, soap::peer, soap::peerlen, soap::recv_timeout, soap::recvfd, soap::send_timeout, soap::sendfd, SOAP_BUFLEN, SOAP_MALLOC, SOAP_ZLIB_NONE, soap::socket, soap::ssl, soap::tcp_keep_alive, soap::tcp_keep_cnt, soap::tcp_keep_idle, soap::tcp_keep_intvl, soap::z_buf, soap::z_buflen, soap::z_crc, soap::z_level, soap::z_ratio_in, soap::z_ratio_out, soap::zlib_in, soap::zlib_out, and soap::zlib_state.
| const char* soap_current_namespace | ( | struct soap * | soap, |
| const char * | tag | ||
| ) |
Definition at line 3615 of file stdsoap2.cpp.
References soap::error, soap_nlist::id, soap_nlist::index, soap::namespaces, soap_nlist::next, soap::nlist, Namespace::ns, soap_nlist::ns, SOAP_NAMESPACE, and soap_strdup().
Referenced by soap_peek_element().
| const char* soap_dateTime2s | ( | struct soap * | , |
| time_t | |||
| ) |
Definition at line 13795 of file stdsoap2.cpp.
References abs, and soap::tmpbuf.
Referenced by soap_outdateTime().
Definition at line 7236 of file stdsoap2.cpp.
References soap::action, soap::alist, soap::authrealm, DBGHEX, DBGLOG, soap::error, soap::fault, soap::header, soap::http_content, if(), soap::passwd, SOAP_CANARY, soap_check_state, soap_clr_mime(), soap_delete(), SOAP_FREE, SOAP_MOE, and soap::userid.
Referenced by soap_end().
| const char* soap_decode_key | ( | char * | , |
| size_t | , | ||
| const char * | |||
| ) |
Definition at line 17330 of file stdsoap2.cpp.
References soap_decode().
Referenced by soap_get_header_attribute().
| const char* soap_decode_val | ( | char * | , |
| size_t | , | ||
| const char * | |||
| ) |
Definition at line 17343 of file stdsoap2.cpp.
References soap_decode().
Referenced by soap_get_header_attribute().
Definition at line 6236 of file stdsoap2.cpp.
Definition at line 7316 of file stdsoap2.cpp.
References soap::clist, DBGLOG, soap::fault, soap_clist::fdelete, soap::header, soap_clist::next, soap_clist::ptr, soap_check_state, SOAP_FREE, and soap_clist::type.
Referenced by soap_dealloc(), soap_delete_ArrayOf_USCORExsd_USCOREstring(), soap_delete_ns2__checkRegExp(), soap_delete_ns2__checkRegExpResponse(), soap_delete_ns2__getDataResources(), soap_delete_ns2__getDataResourcesResponse(), soap_delete_ns2__getDataTypeDef(), soap_delete_ns2__getDataTypeDefResponse(), soap_delete_ns2__getDataTypePattern(), soap_delete_ns2__getDataTypePatternResponse(), soap_delete_ns2__getDataTypesId(), soap_delete_ns2__getDataTypesIdResponse(), soap_delete_ns2__getDataTypesName(), soap_delete_ns2__getDataTypesNameResponse(), soap_delete_ns2__getDataTypeSynonyms(), soap_delete_ns2__getDataTypeSynonymsResponse(), soap_delete_ns2__getDataTypeURI(), soap_delete_ns2__getDataTypeURIResponse(), soap_delete_ns2__getDataTypeURIs(), soap_delete_ns2__getDataTypeURIsResponse(), soap_delete_ns2__getJavaLibraryVersion(), soap_delete_ns2__getJavaLibraryVersionResponse(), soap_delete_ns2__getLocation(), soap_delete_ns2__getLocationResponse(), soap_delete_ns2__getLocations(), soap_delete_ns2__getLocations_(), soap_delete_ns2__getLocationsResponse(), soap_delete_ns2__getLocationsResponse_(), soap_delete_ns2__getMiriamURI(), soap_delete_ns2__getMiriamURIResponse(), soap_delete_ns2__getName(), soap_delete_ns2__getNameResponse(), soap_delete_ns2__getNames(), soap_delete_ns2__getNamesResponse(), soap_delete_ns2__getOfficialDataTypeURI(), soap_delete_ns2__getOfficialDataTypeURIResponse(), soap_delete_ns2__getResourceInfo(), soap_delete_ns2__getResourceInfoResponse(), soap_delete_ns2__getResourceInstitution(), soap_delete_ns2__getResourceInstitutionResponse(), soap_delete_ns2__getResourceLocation(), soap_delete_ns2__getResourceLocationResponse(), soap_delete_ns2__getServicesInfo(), soap_delete_ns2__getServicesInfoResponse(), soap_delete_ns2__getServicesVersion(), soap_delete_ns2__getServicesVersionResponse(), soap_delete_ns2__getURI(), soap_delete_ns2__getURIResponse(), soap_delete_ns2__isDeprecated(), soap_delete_ns2__isDeprecatedResponse(), soap_delete_SOAP_ENV__Code(), soap_delete_SOAP_ENV__Detail(), soap_delete_SOAP_ENV__Fault(), soap_delete_SOAP_ENV__Header(), soap_delete_SOAP_ENV__Reason(), and soap_delete_std__string().
| int soap_dime_forward | ( | struct soap * | , |
| unsigned char ** | , | ||
| int * | , | ||
| char ** | , | ||
| char ** | , | ||
| char ** | |||
| ) |
Definition at line 2653 of file stdsoap2.cpp.
References soap::error, soap::href, soap_xlist::id, soap_xlist::next, soap_xlist::options, soap_xlist::ptr, soap_xlist::size, SOAP_EOM, SOAP_MALLOC, SOAP_OK, soap_strdup(), soap_xlist::type, and soap::xlist.
Referenced by soap_xop_forward().
| char* soap_dime_option | ( | struct soap * | , |
| unsigned | short, | ||
| const char * | |||
| ) |
Definition at line 14436 of file stdsoap2.cpp.
References soap_malloc().
Referenced by soap_set_dime_attachment().
| struct soap_dom_attribute* soap_dom_next_attribute | ( | struct soap_dom_attribute * | att | ) |
| struct soap_dom_element* soap_dom_next_element | ( | struct soap_dom_element * | elt | ) |
Definition at line 4320 of file stdsoap2.cpp.
References soap::c_locale, soap::clist, soap::ctx, soap::d_stream, DBGLOG, soap::faccept, soap::fclose, soap::fclosesocket, soap_plugin::fcopy, soap::fdel, soap_plugin::fdelete, soap::fform, soap::fget, soap::fhead, soap::fheader, soap::fignore, soap::fmalloc, soap::fopen, soap::fparse, soap::fparsehdr, fplugin(), soap::fplugin, soap::fpoll, soap::fpost, soap::fposthdr, soap::fpreparefinal, soap::fprepareinit, soap::fpreparerecv, soap::fpreparesend, soap::fput, frecv(), soap::frecv, soap::fresolve, soap::fresponse, fsend(), soap::fsend, soap::fserveloop, soap::fseterror, soap::fshutdownsocket, http_del(), http_get(), http_head(), http_parse(), http_parse_header(), http_post(), http_post_header(), http_put(), http_response(), soap_plugin::id, soap::keep_alive, soap::logfile, soap::master, soap_clist::next, soap_plugin::next, soap::omode, soap::plugins, soap::session, soap_check_state, soap_closesock(), SOAP_FREE, soap_free_temp(), SOAP_INIT, SOAP_INVALID_SOCKET, SOAP_IO_UDP, SOAP_MAXLOGS, SOAP_NONE, soap_poll(), soap_valid_socket, soap::ssl, soap::state, tcp_accept(), tcp_closesocket(), tcp_connect(), tcp_disconnect(), tcp_gethost(), tcp_shutdownsocket(), and soap::z_buf.
Referenced by soap_cleanup(), and soap_free().
| const char* soap_double2s | ( | struct soap * | , |
| double | |||
| ) |
Definition at line 12615 of file stdsoap2.cpp.
References soap::c_locale, soap::double_format, soap_isnan, soap_isninfd, soap_ispinfd, and soap::tmpbuf.
Referenced by soap_outdouble().
| int soap_element | ( | struct soap * | , |
| const char * | , | ||
| int | , | ||
| const char * | |||
| ) |
Definition at line 9009 of file stdsoap2.cpp.
References soap::actor, soap_dom_element::atts, soap::body, soap_dom_element::data, DBGLOG, soap::dom, soap_dom_element::elts, soap::encoding, soap::encodingStyle, soap::error, soap_dom_element::head, Namespace::id, soap_nlist::id, soap_nlist::index, soap::level, soap::local_namespaces, soap::mode, soap::mustUnderstand, soap_dom_element::name, soap_nlist::next, soap_dom_element::next, soap::nlist, soap_dom_element::node, Namespace::ns, soap::ns, soap_dom_element::nstr, soap::null, Namespace::out, soap::part, soap::position, soap::positions, soap_dom_element::prnt, soap::prolog, soap_dom_element::soap, soap_attribute(), SOAP_BEGIN_SECURITY, SOAP_DOM_ASIS, SOAP_IN_BODY, SOAP_IN_SECURITY, soap_malloc(), SOAP_OK, soap_push_ns(), soap_send(), soap_send_raw(), SOAP_STR_EOS, soap_strdup(), soap_utilize_ns(), SOAP_XML_CANONICAL, SOAP_XML_DOM, SOAP_XML_INDENT, SOAP_XML_SEC, soap_dom_element::tail, soap::tmpbuf, soap_dom_element::type, soap::version, and soap_dom_element::wide.
Referenced by soap_array_begin_out(), soap_body_begin_out(), soap_element_begin_out(), soap_element_href(), soap_element_null(), soap_element_result(), soap_outliteral(), and soap_outwliteral().
| int soap_element_begin_in | ( | struct soap * | , |
| const char * | tag, | ||
| int | nillable, | ||
| const char * | type | ||
| ) |
Definition at line 9864 of file stdsoap2.cpp.
References soap::body, DBGLOG, soap::error, soap::level, soap::mode, soap::null, soap::other, soap::peeked, soap_match_tag(), SOAP_NO_TAG, SOAP_NULL, SOAP_OK, soap_peek_element(), SOAP_STR_EOS, SOAP_TAG_MISMATCH, SOAP_TYPE, SOAP_XML_STRICT, soap::tag, and soap::type.
Referenced by soap_body_begin_in(), soap_envelope_begin_in(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataResourcesResponse(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypesId(), soap_in_ns2__getDataTypesIdResponse(), soap_in_ns2__getDataTypesName(), soap_in_ns2__getDataTypesNameResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeSynonymsResponse(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getDataTypeURIsResponse(), soap_in_ns2__getJavaLibraryVersion(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getLocationsResponse(), soap_in_ns2__getLocationsResponse_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getNamesResponse(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfo(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersion(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), soap_in_PointerToArrayOf_USCORExsd_USCOREstring(), soap_in_PointerToSOAP_ENV__Code(), soap_in_PointerToSOAP_ENV__Detail(), soap_in_PointerToSOAP_ENV__Reason(), soap_in_PointerTostd__string(), soap_in_SOAP_ENV__Code(), soap_in_SOAP_ENV__Detail(), soap_in_SOAP_ENV__Fault(), soap_in_SOAP_ENV__Header(), soap_in_SOAP_ENV__Reason(), soap_in_std__string(), soap_inbyte(), soap_indateTime(), soap_indouble(), soap_infloat(), soap_inint(), soap_inliteral(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_instring(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), soap_inunsignedShort(), soap_inwliteral(), soap_inwstring(), and soap_xop_forward().
| int soap_element_begin_out | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const char * | type | ||
| ) |
Definition at line 9244 of file stdsoap2.cpp.
References soap::error, soap_element(), soap_element_start_end_out(), and SOAP_OK.
Referenced by soap_array_begin_out(), soap_attachment(), soap_envelope_begin_out(), soap_out_ns2__checkRegExp(), soap_out_ns2__checkRegExpResponse(), soap_out_ns2__getDataResources(), soap_out_ns2__getDataResourcesResponse(), soap_out_ns2__getDataTypeDef(), soap_out_ns2__getDataTypeDefResponse(), soap_out_ns2__getDataTypePattern(), soap_out_ns2__getDataTypePatternResponse(), soap_out_ns2__getDataTypesId(), soap_out_ns2__getDataTypesIdResponse(), soap_out_ns2__getDataTypesName(), soap_out_ns2__getDataTypesNameResponse(), soap_out_ns2__getDataTypeSynonyms(), soap_out_ns2__getDataTypeSynonymsResponse(), soap_out_ns2__getDataTypeURI(), soap_out_ns2__getDataTypeURIResponse(), soap_out_ns2__getDataTypeURIs(), soap_out_ns2__getDataTypeURIsResponse(), soap_out_ns2__getJavaLibraryVersion(), soap_out_ns2__getJavaLibraryVersionResponse(), soap_out_ns2__getLocation(), soap_out_ns2__getLocationResponse(), soap_out_ns2__getLocations(), soap_out_ns2__getLocations_(), soap_out_ns2__getLocationsResponse(), soap_out_ns2__getLocationsResponse_(), soap_out_ns2__getMiriamURI(), soap_out_ns2__getMiriamURIResponse(), soap_out_ns2__getName(), soap_out_ns2__getNameResponse(), soap_out_ns2__getNames(), soap_out_ns2__getNamesResponse(), soap_out_ns2__getOfficialDataTypeURI(), soap_out_ns2__getOfficialDataTypeURIResponse(), soap_out_ns2__getResourceInfo(), soap_out_ns2__getResourceInfoResponse(), soap_out_ns2__getResourceInstitution(), soap_out_ns2__getResourceInstitutionResponse(), soap_out_ns2__getResourceLocation(), soap_out_ns2__getResourceLocationResponse(), soap_out_ns2__getServicesInfo(), soap_out_ns2__getServicesInfoResponse(), soap_out_ns2__getServicesVersion(), soap_out_ns2__getServicesVersionResponse(), soap_out_ns2__getURI(), soap_out_ns2__getURIResponse(), soap_out_ns2__isDeprecated(), soap_out_ns2__isDeprecatedResponse(), soap_out_SOAP_ENV__Code(), soap_out_SOAP_ENV__Detail(), soap_out_SOAP_ENV__Fault(), soap_out_SOAP_ENV__Header(), soap_out_SOAP_ENV__Reason(), soap_out_std__string(), soap_outbyte(), soap_outdateTime(), soap_outdouble(), soap_outfloat(), soap_outint(), soap_outliteral(), soap_outlong(), soap_outLONG64(), soap_outshort(), soap_outstring(), soap_outULONG64(), soap_outunsignedByte(), soap_outunsignedInt(), soap_outunsignedLong(), soap_outunsignedShort(), soap_outwliteral(), and soap_outwstring().
| int soap_element_end_in | ( | struct soap * | , |
| const char * | tag | ||
| ) |
Definition at line 9902 of file stdsoap2.cpp.
References DBGLOG, soap::dom, soap::error, soap::level, soap::mode, soap::peeked, soap_dom_element::prnt, soap_blank, SOAP_EOF, soap_get(), SOAP_GT, SOAP_LT, soap_match_tag(), SOAP_NO_TAG, soap_notblank, SOAP_OK, soap_pop_namespace(), SOAP_STR_EOS, soap_string_in(), SOAP_SYNTAX_ERROR, SOAP_TT, soap_unget, SOAP_XML_DOM, SOAP_XML_STRICT, and soap::tag.
Referenced by soap_body_end_in(), soap_envelope_end_in(), soap_ignore_element(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataResourcesResponse(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypesId(), soap_in_ns2__getDataTypesIdResponse(), soap_in_ns2__getDataTypesName(), soap_in_ns2__getDataTypesNameResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeSynonymsResponse(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getDataTypeURIsResponse(), soap_in_ns2__getJavaLibraryVersion(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getLocationsResponse(), soap_in_ns2__getLocationsResponse_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getNamesResponse(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfo(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersion(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), soap_in_PointerToArrayOf_USCORExsd_USCOREstring(), soap_in_PointerToSOAP_ENV__Code(), soap_in_PointerToSOAP_ENV__Detail(), soap_in_PointerToSOAP_ENV__Reason(), soap_in_PointerTostd__string(), soap_in_SOAP_ENV__Code(), soap_in_SOAP_ENV__Detail(), soap_in_SOAP_ENV__Fault(), soap_in_SOAP_ENV__Header(), soap_in_SOAP_ENV__Reason(), soap_in_std__string(), soap_inbyte(), soap_indateTime(), soap_indouble(), soap_infloat(), soap_inint(), soap_inliteral(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_instring(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), soap_inunsignedShort(), soap_inwliteral(), soap_inwstring(), and soap_xop_forward().
| int soap_element_end_out | ( | struct soap * | , |
| const char * | tag | ||
| ) |
Definition at line 9588 of file stdsoap2.cpp.
References soap::body, DBGLOG, soap::dom, soap::error, soap::level, soap::mode, soap_dom_element::prnt, SOAP_OK, soap_pop_ns(), soap_send(), soap_send_raw(), SOAP_XML_CANONICAL, SOAP_XML_DOM, and SOAP_XML_INDENT.
Referenced by soap_attachment(), soap_body_end_out(), soap_element_result(), soap_element_start_end_out(), soap_envelope_end_out(), soap_out_ArrayOf_USCORExsd_USCOREstring(), soap_out_ns2__checkRegExp(), soap_out_ns2__checkRegExpResponse(), soap_out_ns2__getDataResources(), soap_out_ns2__getDataResourcesResponse(), soap_out_ns2__getDataTypeDef(), soap_out_ns2__getDataTypeDefResponse(), soap_out_ns2__getDataTypePattern(), soap_out_ns2__getDataTypePatternResponse(), soap_out_ns2__getDataTypesId(), soap_out_ns2__getDataTypesIdResponse(), soap_out_ns2__getDataTypesName(), soap_out_ns2__getDataTypesNameResponse(), soap_out_ns2__getDataTypeSynonyms(), soap_out_ns2__getDataTypeSynonymsResponse(), soap_out_ns2__getDataTypeURI(), soap_out_ns2__getDataTypeURIResponse(), soap_out_ns2__getDataTypeURIs(), soap_out_ns2__getDataTypeURIsResponse(), soap_out_ns2__getJavaLibraryVersion(), soap_out_ns2__getJavaLibraryVersionResponse(), soap_out_ns2__getLocation(), soap_out_ns2__getLocationResponse(), soap_out_ns2__getLocations(), soap_out_ns2__getLocations_(), soap_out_ns2__getLocationsResponse(), soap_out_ns2__getLocationsResponse_(), soap_out_ns2__getMiriamURI(), soap_out_ns2__getMiriamURIResponse(), soap_out_ns2__getName(), soap_out_ns2__getNameResponse(), soap_out_ns2__getNames(), soap_out_ns2__getNamesResponse(), soap_out_ns2__getOfficialDataTypeURI(), soap_out_ns2__getOfficialDataTypeURIResponse(), soap_out_ns2__getResourceInfo(), soap_out_ns2__getResourceInfoResponse(), soap_out_ns2__getResourceInstitution(), soap_out_ns2__getResourceInstitutionResponse(), soap_out_ns2__getResourceLocation(), soap_out_ns2__getResourceLocationResponse(), soap_out_ns2__getServicesInfo(), soap_out_ns2__getServicesInfoResponse(), soap_out_ns2__getServicesVersion(), soap_out_ns2__getServicesVersionResponse(), soap_out_ns2__getURI(), soap_out_ns2__getURIResponse(), soap_out_ns2__isDeprecated(), soap_out_ns2__isDeprecatedResponse(), soap_out_SOAP_ENV__Code(), soap_out_SOAP_ENV__Detail(), soap_out_SOAP_ENV__Fault(), soap_out_SOAP_ENV__Header(), soap_out_SOAP_ENV__Reason(), soap_out_std__string(), soap_outbyte(), soap_outdateTime(), soap_outdouble(), soap_outfloat(), soap_outint(), soap_outliteral(), soap_outlong(), soap_outLONG64(), soap_outshort(), soap_outstring(), soap_outULONG64(), soap_outunsignedByte(), soap_outunsignedInt(), soap_outunsignedLong(), soap_outunsignedShort(), soap_outwliteral(), and soap_outwstring().
| int soap_element_href | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const char * | ref, | ||
| const char * | val | ||
| ) |
Definition at line 9668 of file stdsoap2.cpp.
References DBGLOG, soap::error, soap_attribute(), soap_element(), soap_element_start_end_out(), and SOAP_OK.
Referenced by soap_attachment(), and soap_element_ref().
| int soap_element_id | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const void * | p, | ||
| const struct soap_array * | a, | ||
| int | d, | ||
| const char * | type, | ||
| int | n | ||
| ) |
Definition at line 9717 of file stdsoap2.cpp.
References soap_plist::id, soap::mode, soap_array_pointer_lookup(), soap_element_null(), soap_element_ref(), soap_is_embedded(), soap_is_single(), soap_pointer_lookup(), soap_set_embedded(), and SOAP_XML_TREE.
Referenced by soap_attachment(), soap_out_ArrayOf_USCORExsd_USCOREstring(), soap_out_PointerToArrayOf_USCORExsd_USCOREstring(), soap_out_PointerToSOAP_ENV__Code(), soap_out_PointerToSOAP_ENV__Detail(), soap_out_PointerToSOAP_ENV__Reason(), soap_out_PointerTostd__string(), soap_outstring(), and soap_outwstring().
| int soap_element_null | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const char * | type | ||
| ) |
Definition at line 9686 of file stdsoap2.cpp.
References soap::attributes, soap::error, soap::mode, soap::mustUnderstand, soap_attribute::next, soap::null, soap::position, soap_attribute(), soap_element(), soap_element_start_end_out(), SOAP_OK, SOAP_XML_NIL, soap::version, and soap_attribute::visible.
Referenced by soap_element_id(), soap_out_std__string(), soap_outstring(), and soap_outwstring().
| int soap_element_ref | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| int | href | ||
| ) |
Definition at line 9647 of file stdsoap2.cpp.
References soap::href, soap_element_href(), and soap::version.
Referenced by soap_element_id().
| int soap_element_result | ( | struct soap * | , |
| const char * | tag | ||
| ) |
Definition at line 9766 of file stdsoap2.cpp.
References soap::encodingStyle, soap::error, soap_attribute(), soap_element(), soap_element_end_out(), soap_element_start_end_out(), SOAP_OK, soap_string_out(), and soap::version.
| int soap_element_start_end_out | ( | struct soap * | , |
| const char * | tag | ||
| ) |
Definition at line 9458 of file stdsoap2.cpp.
References soap::attributes, soap_dom_element::atts, DBGLOG, soap::dom, soap::error, soap_nlist::id, soap_nlist::index, soap_nlist::level, soap::level, soap::mode, soap_attribute::name, soap_nlist::next, soap_attribute::next, soap_dom_attribute::next, soap::nlist, soap_nlist::ns, soap_dom_attribute::soap, soap_element_end_out(), soap_malloc(), SOAP_OK, soap_send(), soap_send_raw(), soap_set_attr(), soap_strdup(), soap_string_out(), soap_utilize_ns(), SOAP_XML_CANONICAL, SOAP_XML_DOM, soap::tmpbuf, soap_attribute::value, and soap_attribute::visible.
Referenced by soap_array_begin_out(), soap_body_begin_out(), soap_element_begin_out(), soap_element_href(), soap_element_null(), soap_element_result(), soap_outliteral(), and soap_outwliteral().
| int soap_embed | ( | struct soap * | soap, |
| const void * | p, | ||
| const struct soap_array * | a, | ||
| int | n, | ||
| const char * | tag, | ||
| int | type | ||
| ) |
Definition at line 6273 of file stdsoap2.cpp.
References soap::encoding, soap_array_pointer_lookup(), soap_is_embedded(), soap_is_single(), soap_pointer_lookup(), soap_set_embedded(), and soap::version.
Referenced by ArrayOf_USCORExsd_USCOREstring::soap_put(), soap_put__QName(), soap_put_byte(), soap_put_int(), soap_put_ns2__checkRegExp(), soap_put_ns2__checkRegExpResponse(), soap_put_ns2__getDataResources(), soap_put_ns2__getDataResourcesResponse(), soap_put_ns2__getDataTypeDef(), soap_put_ns2__getDataTypeDefResponse(), soap_put_ns2__getDataTypePattern(), soap_put_ns2__getDataTypePatternResponse(), soap_put_ns2__getDataTypesId(), soap_put_ns2__getDataTypesIdResponse(), soap_put_ns2__getDataTypesName(), soap_put_ns2__getDataTypesNameResponse(), soap_put_ns2__getDataTypeSynonyms(), soap_put_ns2__getDataTypeSynonymsResponse(), soap_put_ns2__getDataTypeURI(), soap_put_ns2__getDataTypeURIResponse(), soap_put_ns2__getDataTypeURIs(), soap_put_ns2__getDataTypeURIsResponse(), soap_put_ns2__getJavaLibraryVersion(), soap_put_ns2__getJavaLibraryVersionResponse(), soap_put_ns2__getLocation(), soap_put_ns2__getLocationResponse(), soap_put_ns2__getLocations(), soap_put_ns2__getLocations_(), soap_put_ns2__getLocationsResponse(), soap_put_ns2__getLocationsResponse_(), soap_put_ns2__getMiriamURI(), soap_put_ns2__getMiriamURIResponse(), soap_put_ns2__getName(), soap_put_ns2__getNameResponse(), soap_put_ns2__getNames(), soap_put_ns2__getNamesResponse(), soap_put_ns2__getOfficialDataTypeURI(), soap_put_ns2__getOfficialDataTypeURIResponse(), soap_put_ns2__getResourceInfo(), soap_put_ns2__getResourceInfoResponse(), soap_put_ns2__getResourceInstitution(), soap_put_ns2__getResourceInstitutionResponse(), soap_put_ns2__getResourceLocation(), soap_put_ns2__getResourceLocationResponse(), soap_put_ns2__getServicesInfo(), soap_put_ns2__getServicesInfoResponse(), soap_put_ns2__getServicesVersion(), soap_put_ns2__getServicesVersionResponse(), soap_put_ns2__getURI(), soap_put_ns2__getURIResponse(), soap_put_ns2__isDeprecated(), soap_put_ns2__isDeprecatedResponse(), soap_put_PointerToArrayOf_USCORExsd_USCOREstring(), soap_put_PointerToSOAP_ENV__Code(), soap_put_PointerToSOAP_ENV__Detail(), soap_put_PointerToSOAP_ENV__Reason(), soap_put_PointerTostd__string(), soap_put_SOAP_ENV__Code(), soap_put_SOAP_ENV__Detail(), soap_put_SOAP_ENV__Fault(), soap_put_SOAP_ENV__Header(), soap_put_SOAP_ENV__Reason(), soap_put_std__string(), and soap_put_string().
Definition at line 6668 of file stdsoap2.cpp.
References DBGLOG, soap_plist::mark1, soap_plist::mark2, and soap_pointer_lookup().
Referenced by ArrayOf_USCORExsd_USCOREstring::soap_serialize(), soap_serialize_ns2__checkRegExp(), soap_serialize_ns2__checkRegExpResponse(), soap_serialize_ns2__getDataResources(), soap_serialize_ns2__getDataTypeDef(), soap_serialize_ns2__getDataTypeDefResponse(), soap_serialize_ns2__getDataTypePattern(), soap_serialize_ns2__getDataTypePatternResponse(), soap_serialize_ns2__getDataTypeSynonyms(), soap_serialize_ns2__getDataTypeURI(), soap_serialize_ns2__getDataTypeURIResponse(), soap_serialize_ns2__getDataTypeURIs(), soap_serialize_ns2__getJavaLibraryVersionResponse(), soap_serialize_ns2__getLocation(), soap_serialize_ns2__getLocationResponse(), soap_serialize_ns2__getLocations(), soap_serialize_ns2__getLocations_(), soap_serialize_ns2__getMiriamURI(), soap_serialize_ns2__getMiriamURIResponse(), soap_serialize_ns2__getName(), soap_serialize_ns2__getNameResponse(), soap_serialize_ns2__getNames(), soap_serialize_ns2__getOfficialDataTypeURI(), soap_serialize_ns2__getOfficialDataTypeURIResponse(), soap_serialize_ns2__getResourceInfo(), soap_serialize_ns2__getResourceInfoResponse(), soap_serialize_ns2__getResourceInstitution(), soap_serialize_ns2__getResourceInstitutionResponse(), soap_serialize_ns2__getResourceLocation(), soap_serialize_ns2__getResourceLocationResponse(), soap_serialize_ns2__getServicesInfoResponse(), soap_serialize_ns2__getServicesVersionResponse(), soap_serialize_ns2__getURI(), soap_serialize_ns2__getURIResponse(), soap_serialize_ns2__isDeprecated(), and soap_serialize_ns2__isDeprecatedResponse().
Definition at line 6761 of file stdsoap2.cpp.
References DBGLOG, soap::encodingStyle, soap_plist::id, soap_plist::mark1, soap_plist::mark2, soap::mode, soap::part, SOAP_IN_HEADER, SOAP_IO_LENGTH, soap_pointer_lookup(), SOAP_XML_GRAPH, SOAP_XML_TREE, and soap::version.
Referenced by soap_out_ns2__checkRegExp(), soap_out_ns2__checkRegExpResponse(), soap_out_ns2__getDataResources(), soap_out_ns2__getDataResourcesResponse(), soap_out_ns2__getDataTypeDef(), soap_out_ns2__getDataTypeDefResponse(), soap_out_ns2__getDataTypePattern(), soap_out_ns2__getDataTypePatternResponse(), soap_out_ns2__getDataTypesId(), soap_out_ns2__getDataTypesIdResponse(), soap_out_ns2__getDataTypesName(), soap_out_ns2__getDataTypesNameResponse(), soap_out_ns2__getDataTypeSynonyms(), soap_out_ns2__getDataTypeSynonymsResponse(), soap_out_ns2__getDataTypeURI(), soap_out_ns2__getDataTypeURIResponse(), soap_out_ns2__getDataTypeURIs(), soap_out_ns2__getDataTypeURIsResponse(), soap_out_ns2__getJavaLibraryVersion(), soap_out_ns2__getJavaLibraryVersionResponse(), soap_out_ns2__getLocation(), soap_out_ns2__getLocationResponse(), soap_out_ns2__getLocations(), soap_out_ns2__getLocations_(), soap_out_ns2__getLocationsResponse(), soap_out_ns2__getLocationsResponse_(), soap_out_ns2__getMiriamURI(), soap_out_ns2__getMiriamURIResponse(), soap_out_ns2__getName(), soap_out_ns2__getNameResponse(), soap_out_ns2__getNames(), soap_out_ns2__getNamesResponse(), soap_out_ns2__getOfficialDataTypeURI(), soap_out_ns2__getOfficialDataTypeURIResponse(), soap_out_ns2__getResourceInfo(), soap_out_ns2__getResourceInfoResponse(), soap_out_ns2__getResourceInstitution(), soap_out_ns2__getResourceInstitutionResponse(), soap_out_ns2__getResourceLocation(), soap_out_ns2__getResourceLocationResponse(), soap_out_ns2__getServicesInfo(), soap_out_ns2__getServicesInfoResponse(), soap_out_ns2__getServicesVersion(), soap_out_ns2__getServicesVersionResponse(), soap_out_ns2__getURI(), soap_out_ns2__getURIResponse(), soap_out_ns2__isDeprecated(), soap_out_ns2__isDeprecatedResponse(), soap_out_SOAP_ENV__Code(), soap_out_SOAP_ENV__Detail(), soap_out_SOAP_ENV__Fault(), soap_out_SOAP_ENV__Header(), soap_out_SOAP_ENV__Reason(), soap_out_std__string(), soap_outbyte(), soap_outdateTime(), soap_outdouble(), soap_outfloat(), soap_outint(), soap_outlong(), soap_outLONG64(), soap_outshort(), soap_outULONG64(), soap_outunsignedByte(), soap_outunsignedInt(), soap_outunsignedLong(), and soap_outunsignedShort().
Definition at line 8726 of file stdsoap2.cpp.
References soap::clist, soap_clist::next, soap_check_state, soap_closesock(), soap_dealloc(), SOAP_FREE, and soap_free_temp().
| void soap_end_block | ( | struct soap * | , |
| struct soap_blist * | |||
| ) |
Definition at line 3134 of file stdsoap2.cpp.
References soap::blist, DBGLOG, soap_blist::next, soap_blist::ptr, and SOAP_FREE.
Referenced by soap_end_send(), soap_free_temp(), soap_getbase64(), soap_gethex(), and soap_save_block().
| int soap_end_count | ( | struct soap * | ) |
Definition at line 6503 of file stdsoap2.cpp.
References DBGLOG, soap::error, soap::fpreparefinal, and SOAP_OK.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| int soap_end_recv | ( | struct soap * | ) |
Definition at line 7925 of file stdsoap2.cpp.
References soap_mime::boundary, soap::buf, soap::bufidx, soap::buflen, soap::d_stream, DBGLOG, soap::dime, soap::error, soap::fdisconnect, soap_dime::first, soap_mime::first, if(), soap_dime::last, soap_mime::last, soap_dime::list, soap_mime::list, soap::mime, soap::mode, soap_multipart::next, soap::part, SOAP_BUFLEN, SOAP_DIME_HREF, SOAP_ENC_DIME, SOAP_ENC_MIME, SOAP_ENC_MTOM, SOAP_ENC_ZLIB, SOAP_END, SOAP_EOF, soap_free_ns(), soap_get1, soap_getchar(), soap_getdime(), soap_getmime(), SOAP_IO, SOAP_IO_CHUNK, SOAP_MIME_HREF, SOAP_MIME_POSTCHECK, SOAP_OK, soap_resolve(), soap_resolve_attachment(), SOAP_ZLIB_ERROR, SOAP_ZLIB_GZIP, SOAP_ZLIB_NONE, soap::xlist, soap::z_buf, soap::z_buflen, soap::z_crc, soap::zlib_in, and soap::zlib_state.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), soap_get_mime_attachment(), soap_recv_empty_response(), and soap_recv_fault().
| int soap_end_send | ( | struct soap * | ) |
Definition at line 7748 of file stdsoap2.cpp.
References soap::action, soap::blist, soap::count, soap::d_stream, DBGLOG, DBGMSG, soap::dime, soap::endpoint, soap::error, soap_dime::first, soap_mime::first, soap::fpost, soap::fresponse, soap::fsend, soap::fshutdownsocket, soap::host, soap::keep_alive, soap_dime::last, soap_mime::last, soap_dime::list, soap_mime::list, soap::mime, soap::mode, soap_multipart::next, soap::omode, soap::part, soap::path, soap::port, soap_blist::size, soap_block_size(), SOAP_BUFLEN, SOAP_ENC_XML, SOAP_ENC_ZLIB, SOAP_END, soap_end_block(), soap_first_block(), soap_flush(), soap_flush_raw(), SOAP_IO, SOAP_IO_CHUNK, SOAP_IO_STORE, SOAP_IO_UDP, soap_next_block(), SOAP_OK, SOAP_POST, soap_putdime(), soap_putmime(), SOAP_STOP, SOAP_STR_EOS, soap_valid_socket, SOAP_XML_SEC, SOAP_ZLIB_DEFLATE, SOAP_ZLIB_ERROR, SOAP_ZLIB_NONE, soap::socket, soap::ssl, soap::status, soap::z_buf, soap::z_crc, soap::z_ratio_out, soap::zlib_out, and soap::zlib_state.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), soap_send_empty_response(), soap_send_fault(), and soap_try_connect_command().
| struct soap_ilist* soap_enter | ( | struct soap * | , |
| const char * | |||
| ) |
Definition at line 7056 of file stdsoap2.cpp.
References soap_ilist::id, soap::iht, soap_ilist::next, soap_hash(), and SOAP_MALLOC.
Referenced by soap_id_enter(), soap_id_forward(), and soap_id_lookup().
| int soap_envelope_begin_in | ( | struct soap * | ) |
Definition at line 17576 of file stdsoap2.cpp.
References soap::error, soap::local_namespaces, Namespace::ns, Namespace::out, soap::part, soap_element_begin_in(), SOAP_FREE, SOAP_IN_ENVELOPE, SOAP_MALLOC, SOAP_OK, SOAP_TAG_MISMATCH, SOAP_VERSIONMISMATCH, soap::status, and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), and MiriamWebServicesSoapBindingProxy::isDeprecated().
| int soap_envelope_begin_out | ( | struct soap * | ) |
Definition at line 17406 of file stdsoap2.cpp.
References soap_mime::boundary, soap::count, soap::dime, soap::error, soap::mime, soap::mode, soap::part, soap_dime::size, soap_element_begin_out(), SOAP_ENC_DIME, SOAP_ENC_MIME, SOAP_ENC_MTOM, SOAP_IN_ENVELOPE, SOAP_IO_LENGTH, soap_putdimehdr(), soap_send_raw(), soap_mime::start, soap::tmpbuf, and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| int soap_envelope_end_in | ( | struct soap * | ) |
Definition at line 17632 of file stdsoap2.cpp.
References soap::part, soap_element_end_in(), and SOAP_END_ENVELOPE.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_recv_fault().
| int soap_envelope_end_out | ( | struct soap * | ) |
Definition at line 17456 of file stdsoap2.cpp.
References soap::count, soap::dime, soap::dime_id_format, soap::error, soap_dime::first, soap_dime::flags, soap_dime::id, soap::id, soap::local_namespaces, soap::mode, Namespace::ns, soap_dime::options, Namespace::out, soap::part, soap_dime::size, SOAP_DIME_ABSURI, SOAP_DIME_MB, SOAP_DIME_ME, soap_element_end_out(), SOAP_ENC_DIME, SOAP_ENC_MTOM, SOAP_END_ENVELOPE, SOAP_IO_LENGTH, SOAP_OK, soap_send_raw(), SOAP_STR_PADDING, and soap_dime::type.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
Definition at line 65 of file soapC.cpp.
References soap::fault, soap_default_SOAP_ENV__Code(), soap_default_SOAP_ENV__Fault(), soap_default_SOAP_ENV__Reason(), SOAP_ENV__Fault::SOAP_ENV__Code, SOAP_ENV__Fault::SOAP_ENV__Reason, soap_new_SOAP_ENV__Code(), soap_new_SOAP_ENV__Fault(), soap_new_SOAP_ENV__Reason(), and soap::version.
Referenced by soap_faultcode(), soap_faultdetail(), soap_faultstring(), soap_faultsubcode(), and soap_serializefault().
| const char** soap_faultcode | ( | struct soap * | ) |
Definition at line 111 of file soapC.cpp.
References soap::fault, SOAP_ENV__Fault::faultcode, SOAP_ENV__Fault::SOAP_ENV__Code, SOAP_ENV__Code::SOAP_ENV__Value, soap_fault(), and soap::version.
Referenced by http_response(), soap_print_fault(), soap_recv_fault(), soap_set_error(), soap_set_fault(), and soap_sprint_fault().
| const char** soap_faultdetail | ( | struct soap * | ) |
Definition at line 149 of file soapC.cpp.
References SOAP_ENV__Detail::__any, SOAP_ENV__Fault::detail, soap::fault, soap_default_SOAP_ENV__Detail(), SOAP_ENV__Fault::SOAP_ENV__Detail, soap_fault(), soap_malloc(), soap_new_SOAP_ENV__Detail(), and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::soap_fault_detail(), soap_print_fault(), soap_set_error(), and soap_sprint_fault().
| const char** soap_faultstring | ( | struct soap * | ) |
Definition at line 139 of file soapC.cpp.
References soap::fault, SOAP_ENV__Fault::faultstring, SOAP_ENV__Fault::SOAP_ENV__Reason, SOAP_ENV__Reason::SOAP_ENV__Text, soap_fault(), and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::soap_fault_string(), soap_print_fault(), soap_set_error(), soap_set_fault(), and soap_sprint_fault().
| const char** soap_faultsubcode | ( | struct soap * | ) |
Definition at line 121 of file soapC.cpp.
References soap::fault, SOAP_ENV__Fault::faultcode, soap_default_SOAP_ENV__Code(), SOAP_ENV__Fault::SOAP_ENV__Code, SOAP_ENV__Code::SOAP_ENV__Subcode, SOAP_ENV__Code::SOAP_ENV__Value, soap_fault(), soap_new_SOAP_ENV__Code(), and soap::version.
Referenced by soap_print_fault(), soap_set_error(), soap_set_fault(), and soap_sprint_fault().
Definition at line 7736 of file stdsoap2.cpp.
References DBGLOG.
Referenced by soap_id_forward(), and soap_resolve().
| char* soap_first_block | ( | struct soap * | , |
| struct soap_blist * | |||
| ) |
Definition at line 3058 of file stdsoap2.cpp.
References soap::blist, DBGLOG, and soap_blist::ptr.
Referenced by soap_end_send(), and soap_save_block().
| const char* soap_float2s | ( | struct soap * | , |
| float | |||
| ) |
Definition at line 12434 of file stdsoap2.cpp.
References soap::c_locale, soap::float_format, soap_isnan, soap_isninff, soap_ispinff, and soap::tmpbuf.
Referenced by soap_outfloat().
| int soap_flush | ( | struct soap * | ) |
Definition at line 863 of file stdsoap2.cpp.
References soap::buf, soap::bufidx, soap::d_stream, DBGLOG, soap::error, soap::mode, SOAP_BUFLEN, SOAP_ENC_ZLIB, soap_flush_raw(), SOAP_OK, SOAP_STR_EOS, SOAP_ZLIB_ERROR, soap::z_buf, and soap::z_crc.
Referenced by soap_end_send(), soap_response(), soap_send_raw(), soap_try_connect_command(), and tcp_connect().
| int soap_flush_raw | ( | struct soap * | , |
| const char * | , | ||
| size_t | |||
| ) |
Definition at line 915 of file stdsoap2.cpp.
References soap::chunksize, DBGMSG, soap::error, soap::fpreparesend, soap::fsend, soap::mode, SOAP_EOM, SOAP_IO, SOAP_IO_CHUNK, SOAP_IO_STORE, SOAP_OK, and soap_push_block().
Referenced by soap_end_send(), soap_flush(), and soap_send_raw().
Definition at line 8060 of file stdsoap2.cpp.
References soap::attributes, soap::blist, DBGLOG, soap::encodingStyle, Namespace::id, soap::labbuf, soap::labidx, soap::lablen, soap::local_namespaces, soap_attribute::next, soap_xlist::next, Namespace::ns, Namespace::out, soap_end_block(), SOAP_FREE, soap_free_iht(), soap_free_ns(), soap_free_pht(), SOAP_STR_EOS, soap_attribute::value, and soap::xlist.
Referenced by soap_begin(), soap_begin_recv(), soap_done(), and soap_end().
| soap_wchar soap_get | ( | struct soap * | ) |
Definition at line 1856 of file stdsoap2.cpp.
References soap::ahead, soap::cdata, SOAP_AP, soap_blank, soap_char(), soap_get0, soap_get1, soap_get_pi(), SOAP_GT, SOAP_LT, SOAP_QT, soap_revget1, SOAP_TT, and soap_unget.
Referenced by soap_element_end_in(), soap_getattrval(), soap_getbase64(), soap_gethex(), soap_getutf8(), soap_inliteral(), soap_inwliteral(), soap_string_in(), and soap_value().
| const char* soap_get_header_attribute | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 17301 of file stdsoap2.cpp.
References soap_decode_key(), soap_decode_val(), soap_tag_cmp(), and soap::tmpbuf.
Referenced by http_parse_header(), soap_begin_recv(), and soap_getmimehdr().
| struct soap_multipart* soap_get_mime_attachment | ( | struct soap * | soap, |
| void * | handle | ||
| ) |
Definition at line 15054 of file stdsoap2.cpp.
References soap_mime::boundary, DBGLOG, soap_multipart::description, soap_multipart::encoding, soap::error, soap_mime::first, soap::fmimewrite, soap::fmimewriteclose, soap::fmimewriteopen, soap_multipart::id, soap_mime::last, soap::mime, soap::mode, soap::msgbuf, soap_multipart::ptr, soap_multipart::size, soap_blank, SOAP_ENC_MIME, soap_end_recv(), SOAP_EOF, SOAP_EOM, soap_get1, soap_getchar(), soap_getmimehdr(), SOAP_MIME_ERROR, SOAP_MIME_POSTCHECK, soap_new_block(), soap_push_block(), soap_resolve_attachment(), soap_save_block(), soap_size_block(), SOAP_STR_EOS, soap::tmpbuf, and soap_multipart::type.
Referenced by soap_begin_recv(), soap_check_mime_attachments(), and soap_getmime().
| unsigned char* soap_getbase64 | ( | struct soap * | , |
| int * | , | ||
| int | |||
| ) |
Definition at line 2424 of file stdsoap2.cpp.
References soap_dom_element::data, soap::dom, soap::error, soap::labbuf, soap::labidx, soap::lablen, soap::mode, soap_append_lab(), soap_base642s(), soap_blank, SOAP_BLKLEN, soap_end_block(), soap_get(), SOAP_LT, soap_malloc(), soap_new_block(), soap_push_block(), soap_save_block(), soap_size_block(), soap_string_in(), SOAP_TT, SOAP_TYPE, soap_unget, and SOAP_XML_DOM.
| soap_wchar soap_getchar | ( | struct soap * | ) |
Definition at line 1616 of file stdsoap2.cpp.
References soap::ahead, and soap_get1.
Referenced by soap_begin_recv(), soap_end_recv(), soap_get_http_body(), soap_get_mime_attachment(), soap_get_pi(), soap_getdimehdr(), soap_getline(), soap_move(), and soap_string_in().
| int soap_getdime | ( | struct soap * | ) |
Definition at line 14758 of file stdsoap2.cpp.
References soap::blist, soap::buf, soap::bufidx, soap::buflen, soap::dime, soap::error, soap::fdimewrite, soap::fdimewriteclose, soap::fdimewriteopen, soap_dime::first, soap_dime::flags, soap_dime::id, soap_multipart::id, soap_dime::last, soap_dime::options, soap_multipart::options, soap_dime::ptr, soap_blist::size, soap_dime::size, soap_multipart::size, SOAP_DIME_CF, SOAP_DIME_END, SOAP_EOF, SOAP_EOM, soap_get1, soap_getdimefield(), soap_getdimehdr(), soap_move(), soap_new_block(), soap_new_multipart(), SOAP_OK, soap_push_block(), soap_recv(), soap_resolve_attachment(), soap_save_block(), soap_tell(), soap_dime::type, and soap_multipart::type.
Referenced by soap_end_recv().
| int soap_getdimehdr | ( | struct soap * | ) |
Definition at line 14690 of file stdsoap2.cpp.
References soap_dime::buflen, soap_dime::chunksize, DBGLOG, soap::dime, soap::error, soap_dime::flags, soap_dime::id, soap::mode, soap_dime::options, soap_dime::size, SOAP_DIME_END, SOAP_DIME_ME, SOAP_DIME_MISMATCH, SOAP_DIME_VERSION, SOAP_ENC_DIME, SOAP_EOF, soap_getchar(), soap_getdimefield(), soap_move(), SOAP_OK, SOAP_STR_EOS, soap_tell(), soap_unget, and soap_dime::type.
Referenced by soap_begin_recv(), and soap_getdime().
| int soap_getfault | ( | struct soap * | ) |
Definition at line 106 of file soapC.cpp.
References soap::fault, and soap_get_SOAP_ENV__Fault().
Referenced by soap_recv_fault().
| int soap_getheader | ( | struct soap * | ) |
Definition at line 48 of file soapC.cpp.
References soap::header, soap::part, SOAP_END_HEADER, SOAP_IN_HEADER, and soap_in_SOAP_ENV__Header().
Referenced by soap_recv_header().
| unsigned char* soap_gethex | ( | struct soap * | , |
| int * | |||
| ) |
Definition at line 2236 of file stdsoap2.cpp.
References soap_dom_element::data, soap::dom, soap::error, soap::labbuf, soap::labidx, soap::lablen, soap::mode, soap_append_lab(), SOAP_BLKLEN, soap_end_block(), soap_get(), soap_hex2s(), soap_isxdigit(), soap_malloc(), soap_new_block(), soap_push_block(), soap_save_block(), soap_size_block(), soap_string_in(), SOAP_TYPE, soap_unget, and SOAP_XML_DOM.
| int soap_getline | ( | struct soap * | , |
| char * | , | ||
| int | |||
| ) |
Definition at line 14288 of file stdsoap2.cpp.
References soap::error, SOAP_EOF, soap_get0, soap_getchar(), SOAP_HDR, and SOAP_OK.
Referenced by http_parse(), and soap_getmimehdr().
| int soap_getmime | ( | struct soap * | ) |
Definition at line 15009 of file stdsoap2.cpp.
References soap::error, and soap_get_mime_attachment().
Referenced by soap_end_recv().
| int soap_getmimehdr | ( | struct soap * | ) |
Definition at line 14923 of file stdsoap2.cpp.
References soap_mime::boundary, DBGLOG, soap_multipart::description, soap_multipart::encoding, soap::error, soap_multipart::id, soap_mime::last, soap_multipart::location, soap::mime, soap::msgbuf, soap_blank, soap_code_int(), SOAP_EOM, soap_get_header_attribute(), soap_getline(), SOAP_MIME_ERROR, SOAP_MIME_NONE, SOAP_OK, soap_set_mime_attachment(), soap_strdup(), soap_tag_cmp(), and soap_multipart::type.
Referenced by soap_begin_recv(), and soap_get_mime_attachment().
| int soap_getoffsets | ( | const char * | , |
| const int * | , | ||
| int * | , | ||
| int | |||
| ) |
Definition at line 3334 of file stdsoap2.cpp.
| int soap_getposition | ( | const char * | , |
| int * | |||
| ) |
Definition at line 3452 of file stdsoap2.cpp.
References SOAP_MAXDIMS.
Referenced by soap_peek_element().
| int soap_getsize | ( | const char * | , |
| const char * | , | ||
| int * | |||
| ) |
Definition at line 3364 of file stdsoap2.cpp.
References SOAP_MAXARRAYSIZE, and soap_strtol.
Referenced by soap_in_ArrayOf_USCORExsd_USCOREstring().
| int soap_getsizes | ( | const char * | , |
| int * | , | ||
| int | |||
| ) |
| soap_wchar soap_getutf8 | ( | struct soap * | ) |
Definition at line 2143 of file stdsoap2.cpp.
References soap::ahead, soap::mode, SOAP_ENC_LATIN, soap_get(), soap_get1, and soap_revget1.
Referenced by soap_peek_element(), soap_string_in(), and soap_wstring_in().
| size_t soap_hash | ( | const char * | ) |
Definition at line 56 of file soapC.cpp.
References soap::header, soap_default_SOAP_ENV__Header(), and soap_new_SOAP_ENV__Header().
| const char* soap_hex2s | ( | struct soap * | , |
| const char * | , | ||
| char * | , | ||
| size_t | , | ||
| int * | |||
| ) |
Definition at line 18185 of file stdsoap2.cpp.
References soap::error, soap_malloc(), and SOAP_NON_NULL.
Referenced by soap_gethex().
| void* soap_id_enter | ( | struct soap * | , |
| const char * | id, | ||
| void * | p, | ||
| int | t, | ||
| size_t | n, | ||
| unsigned int | k, | ||
| const char * | type, | ||
| const char * | arrayType, | ||
| void *(*)(struct soap *, int, const char *, const char *, size_t *) | finstantiate | ||
| ) |
Definition at line 7661 of file stdsoap2.cpp.
References soap::alloced, soap_ilist::copy, DBGLOG, soap::error, soap_ilist::flist, soap::id, soap_ilist::level, soap_ilist::link, soap_ilist::ptr, soap_ilist::size, SOAP_DUPLICATE_ID, soap_enter(), SOAP_HREF, soap_lookup(), soap_malloc(), and soap_ilist::type.
Referenced by soap_class_id_enter(), soap_in_ns2__getDataResourcesResponse(), soap_in_ns2__getDataTypesId(), soap_in_ns2__getDataTypesIdResponse(), soap_in_ns2__getDataTypesName(), soap_in_ns2__getDataTypesNameResponse(), soap_in_ns2__getDataTypeSynonymsResponse(), soap_in_ns2__getDataTypeURIsResponse(), soap_in_ns2__getJavaLibraryVersion(), soap_in_ns2__getLocationsResponse(), soap_in_ns2__getLocationsResponse_(), soap_in_ns2__getNamesResponse(), soap_in_ns2__getServicesInfo(), soap_in_ns2__getServicesVersion(), soap_in_SOAP_ENV__Code(), soap_in_SOAP_ENV__Detail(), soap_in_SOAP_ENV__Fault(), soap_in_SOAP_ENV__Header(), soap_in_SOAP_ENV__Reason(), soap_inbyte(), soap_indateTime(), soap_indouble(), soap_infloat(), soap_inint(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_instring(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), soap_inunsignedShort(), and soap_inwstring().
| void* soap_id_forward | ( | struct soap * | , |
| const char * | id, | ||
| void * | p, | ||
| size_t | len, | ||
| int | st, | ||
| int | tt, | ||
| size_t | n, | ||
| unsigned int | k, | ||
| void(*)(struct soap *, int, int, void *, size_t, const void *, size_t) | fcopy | ||
| ) |
Definition at line 7589 of file stdsoap2.cpp.
References soap_ilist::copy, DBGLOG, soap::error, soap_flist::fcopy, soap_ilist::flist, soap::id, soap_flist::len, soap_flist::level, soap_ilist::level, soap_ilist::link, soap_flist::next, soap_flist::ptr, soap_ilist::ptr, soap_ilist::size, soap_enter(), SOAP_EOM, soap_fcopy(), SOAP_HREF, soap_lookup(), SOAP_MALLOC, soap_flist::type, and soap_ilist::type.
Referenced by soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_in_ns2__checkRegExp(), soap_in_ns2__checkRegExpResponse(), soap_in_ns2__getDataResources(), soap_in_ns2__getDataResourcesResponse(), soap_in_ns2__getDataTypeDef(), soap_in_ns2__getDataTypeDefResponse(), soap_in_ns2__getDataTypePattern(), soap_in_ns2__getDataTypePatternResponse(), soap_in_ns2__getDataTypesId(), soap_in_ns2__getDataTypesIdResponse(), soap_in_ns2__getDataTypesName(), soap_in_ns2__getDataTypesNameResponse(), soap_in_ns2__getDataTypeSynonyms(), soap_in_ns2__getDataTypeSynonymsResponse(), soap_in_ns2__getDataTypeURI(), soap_in_ns2__getDataTypeURIResponse(), soap_in_ns2__getDataTypeURIs(), soap_in_ns2__getDataTypeURIsResponse(), soap_in_ns2__getJavaLibraryVersion(), soap_in_ns2__getJavaLibraryVersionResponse(), soap_in_ns2__getLocation(), soap_in_ns2__getLocationResponse(), soap_in_ns2__getLocations(), soap_in_ns2__getLocations_(), soap_in_ns2__getLocationsResponse(), soap_in_ns2__getLocationsResponse_(), soap_in_ns2__getMiriamURI(), soap_in_ns2__getMiriamURIResponse(), soap_in_ns2__getName(), soap_in_ns2__getNameResponse(), soap_in_ns2__getNames(), soap_in_ns2__getNamesResponse(), soap_in_ns2__getOfficialDataTypeURI(), soap_in_ns2__getOfficialDataTypeURIResponse(), soap_in_ns2__getResourceInfo(), soap_in_ns2__getResourceInfoResponse(), soap_in_ns2__getResourceInstitution(), soap_in_ns2__getResourceInstitutionResponse(), soap_in_ns2__getResourceLocation(), soap_in_ns2__getResourceLocationResponse(), soap_in_ns2__getServicesInfo(), soap_in_ns2__getServicesInfoResponse(), soap_in_ns2__getServicesVersion(), soap_in_ns2__getServicesVersionResponse(), soap_in_ns2__getURI(), soap_in_ns2__getURIResponse(), soap_in_ns2__isDeprecated(), soap_in_ns2__isDeprecatedResponse(), soap_in_SOAP_ENV__Code(), soap_in_SOAP_ENV__Detail(), soap_in_SOAP_ENV__Fault(), soap_in_SOAP_ENV__Header(), soap_in_SOAP_ENV__Reason(), soap_in_std__string(), soap_inbyte(), soap_indateTime(), soap_indouble(), soap_infloat(), soap_inint(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), and soap_inunsignedShort().
| void* soap_id_lookup | ( | struct soap * | , |
| const char * | id, | ||
| void ** | p, | ||
| int | t, | ||
| size_t | n, | ||
| unsigned int | k | ||
| ) |
Definition at line 7471 of file stdsoap2.cpp.
References soap_ilist::copy, DBGLOG, soap::error, soap_ilist::flist, soap::id, soap_ilist::level, soap_ilist::link, soap_ilist::ptr, soap_ilist::size, soap_enter(), SOAP_HREF, soap_lookup(), soap_malloc(), and soap_ilist::type.
Referenced by soap_in_PointerToArrayOf_USCORExsd_USCOREstring(), soap_in_PointerToSOAP_ENV__Code(), soap_in_PointerToSOAP_ENV__Detail(), soap_in_PointerToSOAP_ENV__Reason(), soap_in_PointerTostd__string(), soap_instring(), and soap_inwstring().
| char* soap_inbyte | ( | struct soap * | , |
| const char * | tag, | ||
| char * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12306 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2byte(), SOAP_TYPE, soap_value(), and soap::type.
Referenced by soap_in_byte().
| time_t* soap_indateTime | ( | struct soap * | , |
| const char * | tag, | ||
| time_t * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13992 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2dateTime(), SOAP_TYPE, soap_value(), and soap::type.
| double* soap_indouble | ( | struct soap * | , |
| const char * | tag, | ||
| double * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12719 of file stdsoap2.cpp.
References soap::body, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_isnumeric(), soap_s2double(), soap_value(), and soap::type.
| float* soap_infloat | ( | struct soap * | , |
| const char * | tag, | ||
| float * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12582 of file stdsoap2.cpp.
References soap::body, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_isnumeric(), soap_s2float(), soap_value(), and soap::type.
| int* soap_inint | ( | struct soap * | , |
| const char * | tag, | ||
| int * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12006 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2int(), SOAP_TYPE, soap_value(), and soap::type.
Referenced by soap_in_int().
Definition at line 8441 of file stdsoap2.cpp.
References soap::accept_flags, soap::accept_timeout, soap::action, soap::actor, soap::alist, soap::attributes, soap::authrealm, soap::bind_flags, soap::bio, soap::blist, soap_mime::boundary, soap::c14nexclude, soap::c14ninclude, soap::c_locale, soap::cafile, soap::capath, soap::clist, soap::connect_flags, soap::connect_timeout, soap::cookie_domain, soap::cookie_max, soap::cookie_path, soap::cookies, soap::crlfile, soap::ctx, soap::d_stream, DBGLOG, soap::dhfile, soap::dime, soap::dime_id_format, soap::dom, soap::double_format, soap::encodingStyle, soap::faccept, soap::fault, soap::fclose, soap::fclosesocket, soap::fconnect, soap::fdel, soap::fdimeread, soap::fdimereadclose, soap::fdimereadopen, soap::fdimewrite, soap::fdimewriteclose, soap::fdimewriteopen, soap::fdisconnect, soap::fform, soap::fget, soap::fhead, soap::fheader, soap::fignore, soap_dime::first, soap_mime::first, soap::float_format, soap::fmalloc, soap::fmimeread, soap::fmimereadclose, soap::fmimereadopen, soap::fmimewrite, soap::fmimewriteclose, soap::fmimewriteopen, soap::fopen, soap::fparse, soap::fparsehdr, fplugin(), soap::fplugin, soap::fpoll, soap::fpost, soap::fposthdr, soap::fpreparefinal, soap::fprepareinit, soap::fpreparerecv, soap::fpreparesend, soap::fput, frecv(), soap::frecv, soap::fresolve, soap::fresponse, fsend(), soap::fsend, soap::fserveloop, soap::fseterror, soap::fshutdownsocket, soap::fsslauth, soap::fsslverify, soap::header, soap::host, soap::http_content, http_del(), http_get(), http_head(), http_parse(), http_parse_header(), http_post(), http_post_header(), http_put(), http_response(), soap::http_version, soap::ip, soap::ipv4_multicast_if, soap::ipv6_multicast_if, soap::is, soap::keep_alive, soap::keyfile, soap::labbuf, soap::labidx, soap::lablen, soap::lang, soap_dime::last, soap_mime::last, soap::linger_time, soap_dime::list, soap_mime::list, soap::local_namespaces, soap::master, soap::max_keep_alive, soap::mime, namespaces, soap::namespaces, soap::nlist, soap::os, soap::passwd, soap::password, soap::plugins, soap::port, soap::prolog, soap::proxy_host, soap::proxy_http_version, soap::proxy_passwd, soap::proxy_port, soap::proxy_userid, soap::randfile, soap::recv_timeout, soap::recvfd, soap::send_timeout, soap::sendfd, soap::session, soap_begin(), soap_imode, SOAP_INIT, soap_init_iht(), soap_init_logs(), soap_init_pht(), SOAP_INVALID_SOCKET, SOAP_IO_DEFAULT, SOAP_MALLOC, SOAP_MAXKEEPALIVE, soap_omode, soap_poll(), SOAP_SSL_DEFAULT, soap_ssl_init(), SOAP_STR_EOS, SOAP_ZLIB_NONE, soap::socket, soap::socket_flags, soap::ssl, soap::ssl_flags, soap_mime::start, soap::state, tcp_accept(), tcp_closesocket(), tcp_connect(), tcp_disconnect(), tcp_gethost(), soap::tcp_keep_alive, soap::tcp_keep_cnt, soap::tcp_keep_idle, soap::tcp_keep_intvl, tcp_shutdownsocket(), soap::user, soap::userid, soap::version, soap::xlist, soap::z_buf, soap::z_level, soap::zlib_in, soap::zlib_out, and soap::zlib_state.
Referenced by soap_init2().
Definition at line 8661 of file stdsoap2.cpp.
References soap_init2().
Definition at line 8672 of file stdsoap2.cpp.
References soap_imode, soap_init(), and soap_omode.
Referenced by soap_init1(), and soap_new2().
| char** soap_inliteral | ( | struct soap * | , |
| const char * | tag, | ||
| char ** | p | ||
| ) |
Definition at line 14078 of file stdsoap2.cpp.
References soap::body, soap::error, soap::null, soap_element_begin_in(), soap_element_end_in(), soap_get(), soap_malloc(), SOAP_NO_TAG, SOAP_OK, SOAP_STR_EOS, soap_strdup(), soap_string_in(), SOAP_TT, and soap_unget.
Referenced by soap_in_SOAP_ENV__Detail().
| long* soap_inlong | ( | struct soap * | , |
| const char * | tag, | ||
| long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12105 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2long(), SOAP_TYPE, soap_value(), and soap::type.
| long long* soap_inLONG64 | ( | struct soap * | , |
| const char * | tag, | ||
| long long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12210 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, LONG64, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2LONG64(), SOAP_TYPE, soap_value(), and soap::type.
| short* soap_inshort | ( | struct soap * | , |
| const char * | tag, | ||
| short * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12394 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2short(), SOAP_TYPE, soap_value(), and soap::type.
| char** soap_instring | ( | struct soap * | , |
| const char * | tag, | ||
| char ** | p, | ||
| const char * | , | ||
| int | , | ||
| int | , | ||
| long | , | ||
| long | |||
| ) |
Definition at line 13625 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap::null, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_lookup(), soap_malloc(), SOAP_NO_TAG, SOAP_OK, SOAP_STR_EOS, soap_strdup(), and soap_string_in().
Referenced by soap_check_result(), soap_in__QName(), and soap_in_string().
| const char* soap_int2s | ( | struct soap * | , |
| int | |||
| ) |
Definition at line 11949 of file stdsoap2.cpp.
References soap_long2s().
Referenced by soap_bind(), and tcp_connect().
| unsigned long long* soap_inULONG64 | ( | struct soap * | , |
| const char * | tag, | ||
| unsigned long long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13190 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2ULONG64(), SOAP_TYPE, soap_value(), soap::type, and ULONG64.
| unsigned char* soap_inunsignedByte | ( | struct soap * | , |
| const char * | tag, | ||
| unsigned char * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12801 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2unsignedByte(), SOAP_TYPE, soap_value(), and soap::type.
| unsigned int* soap_inunsignedInt | ( | struct soap * | , |
| const char * | tag, | ||
| unsigned int * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12986 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2unsignedInt(), SOAP_TYPE, soap_value(), and soap::type.
| unsigned long* soap_inunsignedLong | ( | struct soap * | , |
| const char * | tag, | ||
| unsigned long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13085 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2unsignedLong(), SOAP_TYPE, soap_value(), and soap::type.
| unsigned short* soap_inunsignedShort | ( | struct soap * | , |
| const char * | tag, | ||
| unsigned short * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12889 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_forward(), soap_match_tag(), soap_revert(), soap_s2unsignedShort(), SOAP_TYPE, soap_value(), and soap::type.
| wchar_t** soap_inwliteral | ( | struct soap * | , |
| const char * | tag, | ||
| wchar_t ** | p | ||
| ) |
Definition at line 14186 of file stdsoap2.cpp.
References soap::body, soap::error, soap::null, soap_element_begin_in(), soap_element_end_in(), soap_get(), soap_malloc(), SOAP_NO_TAG, SOAP_OK, SOAP_STR_EOS, SOAP_TT, soap_unget, soap_wstrdup(), and soap_wstring_in().
| wchar_t** soap_inwstring | ( | struct soap * | , |
| const char * | tag, | ||
| wchar_t ** | p, | ||
| const char * | , | ||
| int | , | ||
| long | , | ||
| long | |||
| ) |
Definition at line 13706 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap::id, soap::null, soap_element_begin_in(), soap_element_end_in(), soap_id_enter(), soap_id_lookup(), soap_malloc(), SOAP_NO_TAG, SOAP_OK, SOAP_STR_EOS, soap_wstrdup(), and soap_wstring_in().
| int soap_is_embedded | ( | struct soap * | , |
| struct soap_plist * | |||
| ) |
Definition at line 6818 of file stdsoap2.cpp.
References DBGLOG, soap::encodingStyle, soap_plist::mark1, soap_plist::mark2, soap::mode, soap::part, SOAP_IN_HEADER, SOAP_IO_LENGTH, SOAP_XML_GRAPH, and soap::version.
Referenced by soap_element_id(), and soap_embed().
| int soap_is_single | ( | struct soap * | , |
| struct soap_plist * | |||
| ) |
Definition at line 6847 of file stdsoap2.cpp.
References soap_plist::mark1, soap_plist::mark2, soap::mode, soap::part, SOAP_IN_HEADER, and SOAP_IO_LENGTH.
Referenced by soap_element_id(), and soap_embed().
| struct soap_clist* soap_link | ( | struct soap * | , |
| void * | , | ||
| int | , | ||
| int | , | ||
| int(*)(struct soap_clist *) | fdelete | ||
| ) |
Definition at line 7380 of file stdsoap2.cpp.
References soap::clist, soap_clist::fdelete, soap_clist::next, soap_clist::ptr, soap_clist::size, SOAP_MALLOC, and soap_clist::type.
Referenced by soap_instantiate_ArrayOf_USCORExsd_USCOREstring(), soap_instantiate_ns2__checkRegExp(), soap_instantiate_ns2__checkRegExpResponse(), soap_instantiate_ns2__getDataResources(), soap_instantiate_ns2__getDataResourcesResponse(), soap_instantiate_ns2__getDataTypeDef(), soap_instantiate_ns2__getDataTypeDefResponse(), soap_instantiate_ns2__getDataTypePattern(), soap_instantiate_ns2__getDataTypePatternResponse(), soap_instantiate_ns2__getDataTypesId(), soap_instantiate_ns2__getDataTypesIdResponse(), soap_instantiate_ns2__getDataTypesName(), soap_instantiate_ns2__getDataTypesNameResponse(), soap_instantiate_ns2__getDataTypeSynonyms(), soap_instantiate_ns2__getDataTypeSynonymsResponse(), soap_instantiate_ns2__getDataTypeURI(), soap_instantiate_ns2__getDataTypeURIResponse(), soap_instantiate_ns2__getDataTypeURIs(), soap_instantiate_ns2__getDataTypeURIsResponse(), soap_instantiate_ns2__getJavaLibraryVersion(), soap_instantiate_ns2__getJavaLibraryVersionResponse(), soap_instantiate_ns2__getLocation(), soap_instantiate_ns2__getLocationResponse(), soap_instantiate_ns2__getLocations(), soap_instantiate_ns2__getLocations_(), soap_instantiate_ns2__getLocationsResponse(), soap_instantiate_ns2__getLocationsResponse_(), soap_instantiate_ns2__getMiriamURI(), soap_instantiate_ns2__getMiriamURIResponse(), soap_instantiate_ns2__getName(), soap_instantiate_ns2__getNameResponse(), soap_instantiate_ns2__getNames(), soap_instantiate_ns2__getNamesResponse(), soap_instantiate_ns2__getOfficialDataTypeURI(), soap_instantiate_ns2__getOfficialDataTypeURIResponse(), soap_instantiate_ns2__getResourceInfo(), soap_instantiate_ns2__getResourceInfoResponse(), soap_instantiate_ns2__getResourceInstitution(), soap_instantiate_ns2__getResourceInstitutionResponse(), soap_instantiate_ns2__getResourceLocation(), soap_instantiate_ns2__getResourceLocationResponse(), soap_instantiate_ns2__getServicesInfo(), soap_instantiate_ns2__getServicesInfoResponse(), soap_instantiate_ns2__getServicesVersion(), soap_instantiate_ns2__getServicesVersionResponse(), soap_instantiate_ns2__getURI(), soap_instantiate_ns2__getURIResponse(), soap_instantiate_ns2__isDeprecated(), soap_instantiate_ns2__isDeprecatedResponse(), soap_instantiate_SOAP_ENV__Code(), soap_instantiate_SOAP_ENV__Detail(), soap_instantiate_SOAP_ENV__Fault(), soap_instantiate_SOAP_ENV__Header(), soap_instantiate_SOAP_ENV__Reason(), and soap_instantiate_std__string().
| const char* soap_long2s | ( | struct soap * | , |
| long | |||
| ) |
Definition at line 12047 of file stdsoap2.cpp.
References soap::tmpbuf.
Referenced by soap_byte2s(), soap_int2s(), soap_outbyte(), soap_outint(), soap_outlong(), soap_outshort(), and soap_short2s().
| const char* soap_LONG642s | ( | struct soap * | , |
| long | long | ||
| ) |
Definition at line 12146 of file stdsoap2.cpp.
References SOAP_LONG_FORMAT, and soap::tmpbuf.
Referenced by soap_outLONG64().
| struct soap_ilist* soap_lookup | ( | struct soap * | , |
| const char * | |||
| ) |
Definition at line 7037 of file stdsoap2.cpp.
References soap_ilist::id, soap::iht, soap_ilist::next, and soap_hash().
Referenced by soap_id_enter(), soap_id_forward(), soap_id_lookup(), and soap_lookup_type().
| struct soap_nlist* soap_lookup_ns | ( | struct soap * | soap, |
| const char * | tag, | ||
| size_t | n | ||
| ) |
Definition at line 8896 of file stdsoap2.cpp.
References soap_nlist::id, soap_nlist::next, and soap::nlist.
Referenced by soap_utilize_ns().
Definition at line 19493 of file stdsoap2.cpp.
References soap::fplugin.
| int soap_lookup_type | ( | struct soap * | , |
| const char * | id | ||
| ) |
Definition at line 7444 of file stdsoap2.cpp.
References DBGLOG, soap_lookup(), and soap_ilist::type.
Referenced by soap_getelement().
Definition at line 7080 of file stdsoap2.cpp.
References soap::alist, soap::alloced, soap::error, soap::fmalloc, SOAP_CANARY, SOAP_EOM, SOAP_MALLOC, and SOAP_NON_NULL.
Referenced by soap_attachment(), soap_attribute(), soap_base642s(), soap_dime_option(), soap_element(), soap_element_start_end_out(), soap_faultdetail(), soap_getbase64(), soap_getdimefield(), soap_gethex(), soap_hex2s(), soap_id_enter(), soap_id_lookup(), soap_in_PointerToArrayOf_USCORExsd_USCOREstring(), soap_in_PointerToSOAP_ENV__Code(), soap_in_PointerToSOAP_ENV__Detail(), soap_in_PointerToSOAP_ENV__Reason(), soap_in_PointerTostd__string(), soap_inliteral(), soap_instring(), soap_inwliteral(), soap_inwstring(), soap_new_multipart(), soap_peek_element(), soap_resolve(), soap_s2base64(), soap_s2hex(), soap_s2wchar(), soap_save_block(), soap_select_mime_boundary(), soap_strdup(), soap_wchar2s(), soap_wstrdup(), and soap_wstring_out().
| int soap_match_array | ( | struct soap * | , |
| const char * | |||
| ) |
Definition at line 3791 of file stdsoap2.cpp.
References soap::arrayType, DBGLOG, soap_match_tag(), SOAP_OK, and SOAP_TAG_MISMATCH.
Referenced by soap_getelement(), and soap_in_ArrayOf_USCORExsd_USCOREstring().
| int soap_match_cid | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 15216 of file stdsoap2.cpp.
References soap_decode(), SOAP_STR_EOS, and soap::tmpbuf.
Referenced by soap_begin_recv(), and soap_resolve_attachment().
| int soap_match_namespace | ( | struct soap * | , |
| const char * | , | ||
| const char * | , | ||
| size_t | n1, | ||
| size_t | n2 | ||
| ) |
Definition at line 3585 of file stdsoap2.cpp.
References soap::error, Namespace::id, soap_nlist::id, soap_nlist::index, soap::local_namespaces, soap_nlist::next, soap::nlist, SOAP_NAMESPACE, SOAP_OK, and SOAP_SYNTAX_ERROR.
Referenced by soap_match_tag().
| int soap_match_tag | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 3727 of file stdsoap2.cpp.
References DBGLOG, soap_match_namespace(), SOAP_NAMESPACE, SOAP_OK, SOAP_STRCMP, and SOAP_TAG_MISMATCH.
Referenced by soap_attr_value(), soap_element_begin_in(), soap_element_end_in(), soap_getelement(), soap_ignore_element(), soap_inbyte(), soap_indateTime(), soap_inint(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), soap_inunsignedShort(), soap_isnumeric(), soap_match_array(), soap_peek_element(), and soap_recv_fault().
| int soap_move | ( | struct soap * | , |
| long | |||
| ) |
Definition at line 2051 of file stdsoap2.cpp.
References DBGLOG, SOAP_EOF, soap_getchar(), and SOAP_OK.
Referenced by soap_getdime(), soap_getdimefield(), and soap_getdimehdr().
Definition at line 6208 of file stdsoap2.cpp.
References soap_init2().
Referenced by soap_new(), and soap_new1().
| struct soap_blist* soap_new_block | ( | struct soap * | ) |
Definition at line 2728 of file stdsoap2.cpp.
References soap::blist, DBGLOG, soap::error, soap_blist::next, soap_blist::ptr, soap_blist::size, SOAP_EOM, and SOAP_MALLOC.
Referenced by soap_begin_send(), soap_get_http_body(), soap_get_mime_attachment(), soap_getbase64(), soap_getdime(), soap_gethex(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_peek_element(), soap_string_in(), and soap_wstring_in().
| char* soap_next_block | ( | struct soap * | , |
| struct soap_blist * | |||
| ) |
Definition at line 3092 of file stdsoap2.cpp.
References soap::blist, DBGLOG, soap_blist::ptr, and SOAP_FREE.
Referenced by soap_end_send(), and soap_save_block().
| struct soap_multipart* soap_next_multipart | ( | struct soap_multipart * | ) |
Definition at line 15568 of file stdsoap2.cpp.
References soap_multipart::next.
| int soap_outbyte | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const char * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12268 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_long2s(), and soap_string_out().
Referenced by soap_out_byte().
| int soap_outdateTime | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const time_t * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13885 of file stdsoap2.cpp.
References soap::error, soap_dateTime2s(), soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), and soap_string_out().
| int soap_outdouble | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const double * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12648 of file stdsoap2.cpp.
References soap::error, soap_double2s(), soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), and soap_string_out().
| int soap_outfloat | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const float * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12467 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_float2s(), and soap_string_out().
| int soap_outint | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const int * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 11960 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_long2s(), and soap_string_out().
Referenced by soap_out_int().
| int soap_outliteral | ( | struct soap * | , |
| const char * | tag, | ||
| char *const * | p, | ||
| const char * | type | ||
| ) |
Definition at line 14028 of file stdsoap2.cpp.
References soap::error, Namespace::id, soap::local_namespaces, Namespace::ns, soap_attribute(), soap_element(), soap_element_begin_out(), soap_element_end_out(), soap_element_start_end_out(), SOAP_OK, soap_send(), SOAP_STR_EOS, and soap::tmpbuf.
Referenced by soap_out_SOAP_ENV__Detail().
| int soap_outlong | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12059 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_long2s(), and soap_string_out().
| int soap_outLONG64 | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const long long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12158 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_LONG642s(), and soap_string_out().
| int soap_outshort | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const short * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12356 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_long2s(), and soap_string_out().
| int soap_outstring | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| char *const * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13601 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_C_NILSTRING, soap_element_begin_out(), soap_element_end_out(), soap_element_id(), soap_element_null(), SOAP_OK, and soap_string_out().
Referenced by soap_out__QName(), and soap_out_string().
| int soap_outULONG64 | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const unsigned long long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13138 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_string_out(), and soap_ULONG642s().
| int soap_outunsignedByte | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const unsigned char * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12763 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_string_out(), and soap_unsignedLong2s().
| int soap_outunsignedInt | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const unsigned int * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12940 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_string_out(), and soap_unsignedLong2s().
| int soap_outunsignedLong | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const unsigned long * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13039 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_string_out(), and soap_unsignedLong2s().
| int soap_outunsignedShort | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| const unsigned short * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 12851 of file stdsoap2.cpp.
References soap::error, soap_element_begin_out(), soap_element_end_out(), soap_embedded_id(), soap_string_out(), and soap_unsignedLong2s().
| int soap_outwliteral | ( | struct soap * | , |
| const char * | tag, | ||
| wchar_t *const * | p, | ||
| const char * | type | ||
| ) |
Definition at line 14125 of file stdsoap2.cpp.
References soap::error, Namespace::id, soap::local_namespaces, Namespace::ns, soap_attribute(), soap_element(), soap_element_begin_out(), soap_element_end_out(), soap_element_start_end_out(), SOAP_OK, soap_pututf8(), soap_send(), SOAP_STR_EOS, and soap::tmpbuf.
| int soap_outwstring | ( | struct soap * | , |
| const char * | tag, | ||
| int | id, | ||
| wchar_t *const * | p, | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 13680 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_C_NILSTRING, soap_element_begin_out(), soap_element_end_out(), soap_element_id(), soap_element_null(), SOAP_OK, and soap_wstring_out().
| int soap_peek_element | ( | struct soap * | ) |
Definition at line 10336 of file stdsoap2.cpp.
References soap::actor, soap::arrayOffset, soap::arraySize, soap::arrayType, soap::attributes, soap_dom_element::atts, soap::blist, soap::body, soap_dom_element::data, soap::dom, soap_dom_element::elts, soap::error, soap_dom_element::head, soap::href, soap::id, soap::labbuf, soap::labidx, soap::lablen, soap::mode, soap::mustUnderstand, soap_attribute::name, soap_dom_element::name, soap_attribute::next, soap_dom_attribute::next, soap_dom_element::next, soap_dom_element::node, soap_dom_element::nstr, soap::null, soap::other, soap::peeked, soap::position, soap::positions, soap_dom_element::prnt, soap::root, soap_blist::size, soap_attribute::size, soap_dom_attribute::soap, soap_dom_element::soap, SOAP_AP, soap_append_lab(), soap_blank, SOAP_BLKLEN, soap_current_namespace(), SOAP_ENC_DIME, SOAP_ENC_MTOM, SOAP_EOF, SOAP_EOM, SOAP_FREE, soap_get1, soap_getattrval(), soap_getposition(), soap_getutf8(), SOAP_LABLEN, SOAP_LT, SOAP_MALLOC, soap_malloc(), soap_match_tag(), soap_new_block(), SOAP_NO_TAG, soap_notblank, SOAP_OK, soap_pop_namespace(), soap_push_block(), soap_push_namespace(), SOAP_QT, soap_save_block(), soap_store_lab(), SOAP_STR_EOS, SOAP_STRCMP, soap_strdup(), soap_strrchr, SOAP_SYNTAX_ERROR, soap_unget, SOAP_XML_DOM, SOAP_XML_GRAPH, SOAP_XML_TREE, soap::tag, soap_dom_element::tail, soap::tmpbuf, soap_dom_element::type, soap::type, soap_attribute::value, soap::version, soap_attribute::visible, and soap_dom_element::wide.
Referenced by soap_element_begin_in(), soap_getelement(), soap_ignore_element(), soap_in_ArrayOf_USCORExsd_USCOREstring(), and soap_xop_forward().
| int soap_pointer_enter | ( | struct soap * | , |
| const void * | p, | ||
| const struct soap_array * | a, | ||
| int | n, | ||
| int | t, | ||
| struct soap_plist ** | |||
| ) |
Definition at line 6336 of file stdsoap2.cpp.
References soap_array::__ptr, soap_array::__size, soap_plist::array, DBGLOG, soap::error, soap_plist::id, soap::idnum, soap_plist::mark1, soap_plist::mark2, soap_plist::next, soap_pblk::next, soap::pblk, soap::pht, soap::pidx, soap_pblk::plist, soap_plist::ptr, SOAP_EOM, soap_hash_ptr, SOAP_MALLOC, SOAP_PTRBLK, and soap_plist::type.
Referenced by soap_array_reference(), soap_attachment(), and soap_reference().
| int soap_pointer_lookup | ( | struct soap * | , |
| const void * | p, | ||
| int | t, | ||
| struct soap_plist ** | |||
| ) |
Definition at line 6306 of file stdsoap2.cpp.
References DBGLOG, soap_plist::id, soap_plist::next, soap::pht, soap_plist::ptr, soap_hash_ptr, and soap_plist::type.
Referenced by soap_element_id(), soap_embed(), soap_embedded(), soap_embedded_id(), and soap_reference().
| int soap_pointer_lookup_id | ( | struct soap * | , |
| void * | p, | ||
| int | t, | ||
| struct soap_plist ** | |||
| ) |
| int soap_poll | ( | struct soap * | ) |
Definition at line 5673 of file stdsoap2.cpp.
References DBGLOG, soap::errnum, soap::error, soap::imode, soap::master, SOAP_EINTR, SOAP_ENC_SSL, SOAP_EOF, SOAP_FD_EXCEEDED, SOAP_OK, soap_set_receiver_error(), soap_socket_errno, SOAP_TCP_ERROR, soap_valid_socket, soap::socket, soap::ssl, tcp_error(), and soap::tmpbuf.
Referenced by soap_done(), and soap_init().
| void soap_pop_block | ( | struct soap * | , |
| struct soap_blist * | |||
| ) |
Definition at line 2780 of file stdsoap2.cpp.
References soap::blist, DBGLOG, soap_blist::ptr, soap_blist::size, and SOAP_FREE.
Referenced by soap_in_ArrayOf_USCORExsd_USCOREstring().
Definition at line 3565 of file stdsoap2.cpp.
References DBGLOG, soap_nlist::id, soap_nlist::level, soap::level, soap_nlist::next, soap::nlist, and SOAP_FREE.
Referenced by soap_element_end_in(), soap_peek_element(), and soap_pop_ns().
Definition at line 19294 of file stdsoap2.cpp.
References soap::error, soap_check_state, soap_faultcode(), soap_faultdetail(), soap_faultstring(), soap_faultsubcode(), soap_set_fault(), and soap::version.
Definition at line 19404 of file stdsoap2.cpp.
References soap::buf, soap::bufidx, soap::buflen, soap::error, if(), and SOAP_BUFLEN.
| void* soap_push_block | ( | struct soap * | , |
| struct soap_blist * | , | ||
| size_t | |||
| ) |
Definition at line 2752 of file stdsoap2.cpp.
References soap::blist, DBGLOG, soap::error, soap_blist::ptr, soap_blist::size, SOAP_EOM, and SOAP_MALLOC.
Referenced by soap_flush_raw(), soap_get_http_body(), soap_get_mime_attachment(), soap_getbase64(), soap_getdime(), soap_gethex(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_peek_element(), soap_string_in(), and soap_wstring_in().
| int soap_push_namespace | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 3483 of file stdsoap2.cpp.
References DBGLOG, soap::error, Namespace::id, soap_nlist::id, Namespace::in, soap_nlist::index, soap_nlist::level, soap::level, soap::local_namespaces, soap_nlist::next, soap::nlist, Namespace::ns, soap_nlist::ns, Namespace::out, SOAP_EOM, SOAP_FREE, SOAP_MALLOC, SOAP_OK, and soap_tag_cmp().
Referenced by soap_peek_element(), and soap_set_namespaces().
| int soap_putbase64 | ( | struct soap * | , |
| const unsigned char * | , | ||
| int | |||
| ) |
Definition at line 2361 of file stdsoap2.cpp.
References soap_dom_element::data, soap::dom, soap::error, soap::mode, SOAP_OK, soap_s2base64(), soap_send_raw(), and SOAP_XML_DOM.
| int soap_putdime | ( | struct soap * | ) |
Definition at line 14522 of file stdsoap2.cpp.
References DBGLOG, soap::dime, soap::error, soap::fdimeread, soap::fdimereadclose, soap::fdimereadopen, soap_dime::first, soap_dime::flags, soap_dime::id, soap_multipart::id, if(), soap::mode, soap_multipart::next, soap_dime::options, soap_multipart::options, soap_multipart::ptr, soap_dime::size, soap_multipart::size, SOAP_DIME_CF, SOAP_DIME_MB, SOAP_DIME_ME, SOAP_DIME_MEDIA, SOAP_DIME_VERSION, SOAP_ENC_DIME, SOAP_ENC_XML, SOAP_EOF, SOAP_IO, SOAP_IO_CHUNK, SOAP_IO_STORE, SOAP_OK, soap_putdimefield(), soap_putdimehdr(), soap_send_raw(), SOAP_STR_PADDING, soap::tmpbuf, soap_dime::type, and soap_multipart::type.
Referenced by soap_end_send().
| int soap_putdimehdr | ( | struct soap * | ) |
Definition at line 14467 of file stdsoap2.cpp.
References DBGLOG, soap::dime, soap::error, soap_dime::flags, soap_dime::id, soap_dime::options, soap_dime::size, SOAP_DIME_VERSION, SOAP_OK, soap_putdimefield(), soap_send_raw(), SOAP_STR_EOS, and soap_dime::type.
Referenced by soap_envelope_begin_out(), and soap_putdime().
| int soap_putfault | ( | struct soap * | ) |
Definition at line 98 of file soapC.cpp.
References soap::fault, SOAP_OK, and soap_put_SOAP_ENV__Fault().
Referenced by soap_send_fault().
| int soap_putheader | ( | struct soap * | ) |
Definition at line 33 of file soapC.cpp.
References soap::error, soap::header, soap::part, SOAP_END_HEADER, SOAP_IN_HEADER, SOAP_OK, and soap_out_SOAP_ENV__Header().
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| int soap_puthex | ( | struct soap * | , |
| const unsigned char * | , | ||
| int | |||
| ) |
Definition at line 2200 of file stdsoap2.cpp.
References soap_dom_element::data, soap::dom, soap::error, soap::mode, SOAP_OK, soap_s2hex(), soap_send_raw(), and SOAP_XML_DOM.
| int soap_puthttphdr | ( | struct soap * | , |
| int | status, | ||
| size_t | count | ||
| ) |
Definition at line 18241 of file stdsoap2.cpp.
References soap_mime::boundary, soap::fposthdr, soap::http_content, soap::keep_alive, soap::mime, soap::mode, soap::omode, SOAP_ENC_DIME, SOAP_ENC_MIME, SOAP_ENC_MTOM, SOAP_ENC_ZLIB, SOAP_FILE, SOAP_GET, SOAP_HTML, SOAP_IO, SOAP_IO_CHUNK, SOAP_OK, SOAP_STR_EOS, SOAP_ZLIB_DEFLATE, soap_mime::start, soap::status, soap::tmpbuf, soap::version, and soap::zlib_out.
Referenced by http_post(), and http_response().
| int soap_putmime | ( | struct soap * | ) |
Definition at line 15330 of file stdsoap2.cpp.
References soap_mime::boundary, DBGLOG, soap_multipart::description, soap::error, soap_mime::first, soap::fmimeread, soap::fmimereadclose, soap::fmimereadopen, soap_multipart::id, soap::mime, soap::mode, soap_multipart::next, soap_multipart::ptr, soap_multipart::size, SOAP_ENC_MIME, SOAP_ENC_XML, SOAP_EOF, SOAP_IO, SOAP_IO_CHUNK, SOAP_IO_STORE, SOAP_OK, soap_putmimehdr(), soap_send3(), soap_send_raw(), soap::tmpbuf, and soap_multipart::type.
Referenced by soap_end_send().
| int soap_putmimehdr | ( | struct soap * | , |
| struct soap_multipart * | |||
| ) |
Definition at line 15294 of file stdsoap2.cpp.
References soap_mime::boundary, DBGLOG, soap_multipart::description, soap_multipart::encoding, soap::error, soap_multipart::id, soap_multipart::location, soap::mime, soap_code_str(), soap_send3(), soap_send_raw(), SOAP_STR_EOS, and soap_multipart::type.
Referenced by soap_putmime().
| char* soap_putoffset | ( | struct soap * | , |
| int | |||
| ) |
Definition at line 3289 of file stdsoap2.cpp.
References soap_putoffsets().
| char* soap_putoffsets | ( | struct soap * | , |
| const int * | , | ||
| int | |||
| ) |
Definition at line 3300 of file stdsoap2.cpp.
References soap::arrayOffset.
Referenced by soap_putoffset().
| char* soap_putsize | ( | struct soap * | , |
| const char * | , | ||
| int | |||
| ) |
Definition at line 3224 of file stdsoap2.cpp.
References soap_putsizes().
Referenced by soap_out_ArrayOf_USCORExsd_USCOREstring().
| char* soap_putsizes | ( | struct soap * | , |
| const char * | , | ||
| const int * | , | ||
| int | |||
| ) |
Definition at line 3235 of file stdsoap2.cpp.
References soap_putsizesoffsets().
Referenced by soap_putsize().
| char* soap_putsizesoffsets | ( | struct soap * | , |
| const char * | , | ||
| const int * | , | ||
| const int * | , | ||
| int | |||
| ) |
Definition at line 3246 of file stdsoap2.cpp.
References soap::type, and soap::version.
Referenced by soap_putsizes().
| int soap_pututf8 | ( | struct soap * | , |
| unsigned | long | ||
| ) |
| const char* soap_QName2s | ( | struct soap * | , |
| const char * | |||
| ) |
Definition at line 13359 of file stdsoap2.cpp.
References Namespace::id, soap::idnum, Namespace::in, soap::labbuf, soap::labidx, soap::local_namespaces, soap::mode, Namespace::ns, soap_append_lab(), soap_blank, soap_set_attr(), SOAP_STR_EOS, soap_strdup(), soap_tag_cmp(), soap_utilize_ns(), SOAP_XML_CANONICAL, and soap::tmpbuf.
Referenced by soap_out_SOAP_ENV__Code(), and soap_out_SOAP_ENV__Fault().
| int soap_receiver_fault | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 19271 of file stdsoap2.cpp.
References soap_receiver_fault_subcode().
| int soap_receiver_fault_subcode | ( | struct soap * | , |
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 19282 of file stdsoap2.cpp.
References soap_copy_fault(), and soap::version.
Referenced by soap_receiver_fault().
| int soap_recv | ( | struct soap * | ) |
Definition at line 1519 of file stdsoap2.cpp.
References soap::buf, soap::bufidx, soap_dime::buflen, soap::buflen, soap_dime::chunksize, soap::count, DBGLOG, soap::dime, soap_dime::flags, soap::mode, soap_dime::size, SOAP_DIME_CF, SOAP_ENC_DIME, SOAP_OK, and soap_recv_raw().
Referenced by soap_getdime().
| int soap_recv_empty_response | ( | struct soap * | ) |
Definition at line 19113 of file stdsoap2.cpp.
References soap::error, soap_begin_recv(), soap_closesock(), soap_end_recv(), SOAP_NO_DATA, and SOAP_OK.
| int soap_recv_fault | ( | struct soap * | ) |
Definition at line 19038 of file stdsoap2.cpp.
References DBGLOG, soap::error, soap_body_end_in(), SOAP_CLI_FAULT, soap_closesock(), soap_end_recv(), soap_envelope_end_in(), SOAP_FAULT, soap_faultcode(), soap_getfault(), soap_match_tag(), SOAP_MUSTUNDERSTAND, SOAP_OK, soap_set_fault(), SOAP_SVR_FAULT, SOAP_VERSIONMISMATCH, and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), and MiriamWebServicesSoapBindingProxy::isDeprecated().
| int soap_recv_header | ( | struct soap * | ) |
Definition at line 17719 of file stdsoap2.cpp.
References soap::error, soap::fheader, soap_getheader(), SOAP_OK, and SOAP_TAG_MISMATCH.
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), and MiriamWebServicesSoapBindingProxy::isDeprecated().
| int soap_recv_raw | ( | struct soap * | ) |
Definition at line 1292 of file stdsoap2.cpp.
References soap::ahead, soap::buf, soap::bufidx, soap::buflen, soap::chunkbuflen, soap::chunksize, soap::count, soap::d_stream, DBGLOG, DBGMSG, soap::error, soap::fpreparerecv, soap::frecv, soap::mode, SOAP_BUFLEN, SOAP_ENC_ZLIB, soap_getchunkchar(), SOAP_IO, SOAP_IO_CHUNK, soap_isxdigit(), SOAP_OK, SOAP_STR_EOS, soap_strtoul, SOAP_ZLIB_ERROR, SOAP_ZLIB_GZIP, soap::socket, soap::z_buf, soap::z_buflen, soap::z_crc, soap::z_ratio_in, and soap::zlib_in.
Referenced by soap_recv().
Definition at line 6688 of file stdsoap2.cpp.
References DBGLOG, soap_plist::mark1, soap_plist::mark2, soap::mode, soap_pointer_enter(), soap_pointer_lookup(), and SOAP_XML_TREE.
Referenced by soap_serialize_PointerToSOAP_ENV__Code(), soap_serialize_PointerToSOAP_ENV__Detail(), soap_serialize_PointerToSOAP_ENV__Reason(), soap_serialize_PointerTostd__string(), and soap_serialize_string().
| int soap_register_plugin_arg | ( | struct soap * | , |
| int(*)(struct soap *, struct soap_plugin *, void *) | fcreate, | ||
| void * | |||
| ) |
Definition at line 19445 of file stdsoap2.cpp.
References soap_plugin::data, DBGLOG, soap::error, soap_plugin::fcopy, soap_plugin::fdelete, soap_plugin::id, soap_plugin::next, soap::plugins, SOAP_EOM, SOAP_FREE, SOAP_MALLOC, and SOAP_OK.
| int soap_resolve | ( | struct soap * | ) |
Definition at line 2910 of file stdsoap2.cpp.
References soap_ilist::copy, DBGLOG, soap::error, soap_flist::fcopy, soap_ilist::flist, soap::id, soap_ilist::id, soap::iht, soap_flist::len, soap_flist::level, soap_ilist::level, soap_ilist::link, soap_flist::next, soap_ilist::next, soap_flist::ptr, soap_ilist::ptr, soap_ilist::size, soap_fcopy(), SOAP_FREE, soap_has_copies(), SOAP_IDHASH, soap_malloc(), SOAP_MISSING_ID, SOAP_OK, soap_flist::type, and soap_ilist::type.
Referenced by soap_end_recv().
| int soap_response | ( | struct soap * | , |
| int | |||
| ) |
Definition at line 18661 of file stdsoap2.cpp.
References soap::error, soap::fresponse, if(), soap::mode, soap::omode, soap_begin_send(), soap_count_attachments(), SOAP_ENC_XML, SOAP_ENC_ZLIB, SOAP_FILE, soap_flush(), SOAP_HTML, SOAP_IO, SOAP_IO_BUFFER, SOAP_IO_CHUNK, SOAP_IO_FLUSH, SOAP_IO_STORE, SOAP_OK, and soap::status.
Referenced by soap_send_empty_response(), and soap_send_fault().
Definition at line 10851 of file stdsoap2.cpp.
References soap::error, SOAP_OK, and soap_revert().
Definition at line 10863 of file stdsoap2.cpp.
References soap::body, DBGLOG, soap::level, and soap::peeked.
Referenced by soap_in_PointerToArrayOf_USCORExsd_USCOREstring(), soap_in_PointerToSOAP_ENV__Code(), soap_in_PointerToSOAP_ENV__Detail(), soap_in_PointerToSOAP_ENV__Reason(), soap_in_PointerTostd__string(), soap_inbyte(), soap_indateTime(), soap_inint(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), soap_inunsignedShort(), soap_isnumeric(), and soap_retry().
| char* soap_s2base64 | ( | struct soap * | , |
| const unsigned char * | , | ||
| char * | , | ||
| int | |||
| ) |
Definition at line 17979 of file stdsoap2.cpp.
References soap_malloc().
Referenced by http_post(), soap_putbase64(), and tcp_connect().
| int soap_s2byte | ( | struct soap * | , |
| const char * | , | ||
| char * | |||
| ) |
Definition at line 12283 of file stdsoap2.cpp.
References soap::error, soap_strtol, and SOAP_TYPE.
Referenced by soap_inbyte().
| int soap_s2dateTime | ( | struct soap * | , |
| const char * | , | ||
| time_t * | |||
| ) |
Definition at line 13900 of file stdsoap2.cpp.
References soap::error, soap_timegm(), and SOAP_TYPE.
Referenced by soap_indateTime().
| int soap_s2double | ( | struct soap * | , |
| const char * | , | ||
| double * | |||
| ) |
Definition at line 12663 of file stdsoap2.cpp.
References soap::c_locale, DBL_NAN, DBL_NINFTY, DBL_PINFTY, soap::error, soap_tag_cmp(), and SOAP_TYPE.
Referenced by soap_indouble().
| int soap_s2float | ( | struct soap * | , |
| const char * | , | ||
| float * | |||
| ) |
Definition at line 12482 of file stdsoap2.cpp.
References soap::c_locale, soap::error, FLT_NAN, FLT_NINFTY, FLT_PINFTY, soap_tag_cmp(), and SOAP_TYPE.
Referenced by soap_infloat().
| char* soap_s2hex | ( | struct soap * | , |
| const unsigned char * | , | ||
| char * | , | ||
| int | |||
| ) |
Definition at line 18151 of file stdsoap2.cpp.
References soap_malloc().
Referenced by soap_puthex().
| int soap_s2int | ( | struct soap * | , |
| const char * | , | ||
| int * | |||
| ) |
Definition at line 11975 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ERANGE, soap_errno, soap_reset_errno, soap_strtol, SOAP_TYPE, and SOAP_XML_STRICT.
Referenced by soap_inint().
| int soap_s2long | ( | struct soap * | , |
| const char * | , | ||
| long * | |||
| ) |
Definition at line 12074 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ERANGE, soap_errno, soap_reset_errno, soap_strtol, SOAP_TYPE, and SOAP_XML_STRICT.
Referenced by soap_inlong().
| int soap_s2LONG64 | ( | struct soap * | , |
| const char * | , | ||
| long long * | |||
| ) |
Definition at line 12173 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ERANGE, soap_errno, SOAP_LONG_FORMAT, soap_reset_errno, SOAP_TYPE, and SOAP_XML_STRICT.
Referenced by soap_inLONG64().
| int soap_s2QName | ( | struct soap * | , |
| const char * | , | ||
| char ** | |||
| ) |
Definition at line 13252 of file stdsoap2.cpp.
References DBGLOG, soap::error, Namespace::id, soap_nlist::id, soap_nlist::index, soap::labbuf, soap::labidx, soap::local_namespaces, soap_nlist::next, soap::nlist, soap_nlist::ns, soap_append_lab(), soap_blank, SOAP_NAMESPACE, SOAP_STR_EOS, and soap_strdup().
Referenced by soap_string_in().
| int soap_s2short | ( | struct soap * | , |
| const char * | , | ||
| short * | |||
| ) |
Definition at line 12371 of file stdsoap2.cpp.
References soap::error, soap_strtol, and SOAP_TYPE.
Referenced by soap_inshort().
| int soap_s2string | ( | struct soap * | , |
| const char * | , | ||
| char ** | |||
| ) |
Definition at line 13231 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_C_UTFSTRING, SOAP_ENC_LATIN, SOAP_EOM, and soap_strdup().
| int soap_s2ULONG64 | ( | struct soap * | , |
| const char * | , | ||
| unsigned long long * | |||
| ) |
Definition at line 13153 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ERANGE, soap_errno, soap_reset_errno, SOAP_TYPE, SOAP_ULONG_FORMAT, and SOAP_XML_STRICT.
Referenced by soap_inULONG64().
| int soap_s2unsignedByte | ( | struct soap * | , |
| const char * | , | ||
| unsigned char * | |||
| ) |
Definition at line 12778 of file stdsoap2.cpp.
References soap::error, soap_strtoul, and SOAP_TYPE.
Referenced by soap_inunsignedByte().
| int soap_s2unsignedInt | ( | struct soap * | , |
| const char * | , | ||
| unsigned int * | |||
| ) |
Definition at line 12955 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ERANGE, soap_errno, soap_reset_errno, soap_strtoul, SOAP_TYPE, and SOAP_XML_STRICT.
Referenced by soap_inunsignedInt().
| int soap_s2unsignedLong | ( | struct soap * | , |
| const char * | , | ||
| unsigned long * | |||
| ) |
Definition at line 13054 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ERANGE, soap_errno, soap_reset_errno, soap_strtoul, SOAP_TYPE, and SOAP_XML_STRICT.
Referenced by soap_inunsignedLong().
| int soap_s2unsignedShort | ( | struct soap * | , |
| const char * | , | ||
| unsigned short * | |||
| ) |
Definition at line 12866 of file stdsoap2.cpp.
References soap::error, soap_strtoul, and SOAP_TYPE.
Referenced by soap_inunsignedShort().
| int soap_s2wchar | ( | struct soap * | , |
| const char * | , | ||
| wchar_t ** | |||
| ) |
Definition at line 13462 of file stdsoap2.cpp.
References soap::error, soap::mode, SOAP_ENC_LATIN, soap_malloc(), and SOAP_OK.
| char* soap_save_block | ( | struct soap * | , |
| struct soap_blist * | , | ||
| char * | , | ||
| int | |||
| ) |
Definition at line 3179 of file stdsoap2.cpp.
References soap::blist, DBGLOG, soap::error, soap_blist::ptr, soap_blist::size, soap_block_size(), soap_end_block(), SOAP_EOM, soap_first_block(), soap_malloc(), soap_next_block(), and soap_update_ptrs().
Referenced by soap_get_http_body(), soap_get_mime_attachment(), soap_getbase64(), soap_getdime(), soap_gethex(), soap_in_ArrayOf_USCORExsd_USCOREstring(), soap_peek_element(), soap_string_in(), and soap_wstring_in().
| int soap_send | ( | struct soap * | , |
| const char * | |||
| ) |
Definition at line 959 of file stdsoap2.cpp.
References SOAP_OK, and soap_send_raw().
Referenced by soap_attribute(), soap_element(), soap_element_end_out(), soap_element_start_end_out(), soap_outliteral(), soap_outwliteral(), soap_pututf8(), soap_send2(), soap_send3(), and soap_wstring_out().
| int soap_send2 | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 974 of file stdsoap2.cpp.
References soap::error, and soap_send().
| int soap_send3 | ( | struct soap * | , |
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 990 of file stdsoap2.cpp.
References soap::error, and soap_send().
Referenced by soap_putmime(), and soap_putmimehdr().
| int soap_send_empty_response | ( | struct soap * | , |
| int | status | ||
| ) |
Definition at line 19087 of file stdsoap2.cpp.
References soap::count, soap::omode, soap_closesock(), soap_end_send(), SOAP_IO, SOAP_IO_BUFFER, SOAP_IO_CHUNK, SOAP_OK, and soap_response().
| int soap_send_fault | ( | struct soap * | ) |
Definition at line 18952 of file stdsoap2.cpp.
References DBGLOG, soap::error, soap::fpoll, soap::keep_alive, soap::mode, soap::recv_timeout, soap::send_timeout, soap_begin_count(), soap_body_begin_out(), soap_body_end_out(), soap_closesock(), soap_end_count(), soap_end_send(), soap_envelope_begin_out(), soap_envelope_end_out(), SOAP_EOF, SOAP_IO_LENGTH, SOAP_OK, soap_putfault(), soap_putheader(), soap_response(), soap_serializefault(), soap_serializeheader(), soap_set_fault(), SOAP_STOP, soap_valid_socket, soap::socket, and soap::tmpbuf.
| int soap_send_raw | ( | struct soap * | , |
| const char * | , | ||
| size_t | |||
| ) |
Definition at line 815 of file stdsoap2.cpp.
References soap::buf, soap::bufidx, soap::count, soap::error, soap::fpreparesend, soap::mode, SOAP_BUFLEN, soap_flush(), soap_flush_raw(), SOAP_IO, SOAP_IO_LENGTH, SOAP_IO_STORE, and SOAP_OK.
Referenced by http_post_header(), http_send_header(), soap_attribute(), soap_element(), soap_element_end_out(), soap_element_start_end_out(), soap_envelope_begin_out(), soap_envelope_end_out(), soap_putbase64(), soap_putdime(), soap_putdimefield(), soap_putdimehdr(), soap_puthex(), soap_putmime(), soap_putmimehdr(), soap_pututf8(), soap_send(), soap_string_out(), and soap_wstring_out().
| int soap_sender_fault | ( | struct soap * | , |
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 19249 of file stdsoap2.cpp.
References soap_sender_fault_subcode().
| int soap_sender_fault_subcode | ( | struct soap * | , |
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
Definition at line 19260 of file stdsoap2.cpp.
References soap_copy_fault(), and soap::version.
Referenced by soap_sender_fault().
Definition at line 90 of file soapC.cpp.
References soap::fault, soap_fault(), and soap_serialize_SOAP_ENV__Fault().
Referenced by soap_send_fault().
Definition at line 27 of file soapC.cpp.
References soap::header, and soap_serialize_SOAP_ENV__Header().
Referenced by MiriamWebServicesSoapBindingProxy::checkRegExp(), MiriamWebServicesSoapBindingProxy::getDataResources(), MiriamWebServicesSoapBindingProxy::getDataTypeDef(), MiriamWebServicesSoapBindingProxy::getDataTypePattern(), MiriamWebServicesSoapBindingProxy::getDataTypesId(), MiriamWebServicesSoapBindingProxy::getDataTypesName(), MiriamWebServicesSoapBindingProxy::getDataTypeSynonyms(), MiriamWebServicesSoapBindingProxy::getDataTypeURI(), MiriamWebServicesSoapBindingProxy::getDataTypeURIs(), MiriamWebServicesSoapBindingProxy::getJavaLibraryVersion(), MiriamWebServicesSoapBindingProxy::getLocation(), MiriamWebServicesSoapBindingProxy::getLocations(), MiriamWebServicesSoapBindingProxy::getLocations_(), MiriamWebServicesSoapBindingProxy::getMiriamURI(), MiriamWebServicesSoapBindingProxy::getName(), MiriamWebServicesSoapBindingProxy::getNames(), MiriamWebServicesSoapBindingProxy::getOfficialDataTypeURI(), MiriamWebServicesSoapBindingProxy::getResourceInfo(), MiriamWebServicesSoapBindingProxy::getResourceInstitution(), MiriamWebServicesSoapBindingProxy::getResourceLocation(), MiriamWebServicesSoapBindingProxy::getServicesInfo(), MiriamWebServicesSoapBindingProxy::getServicesVersion(), MiriamWebServicesSoapBindingProxy::getURI(), MiriamWebServicesSoapBindingProxy::isDeprecated(), and soap_send_fault().
| int soap_set_attr | ( | struct soap * | soap, |
| const char * | name, | ||
| const char * | value | ||
| ) |
Definition at line 10035 of file stdsoap2.cpp.
References soap::attributes, DBGLOG, soap::error, soap::id, soap::mode, soap_attribute::name, soap_attribute::next, soap_attribute::ns, soap::part, soap_attribute::size, SOAP_BEGIN_SECURITY, SOAP_EOM, SOAP_FREE, SOAP_MALLOC, SOAP_OK, SOAP_STR_EOS, SOAP_XML_CANONICAL, soap_attribute::value, and soap_attribute::visible.
Referenced by soap_attribute(), soap_body_begin_out(), soap_element_start_end_out(), soap_out_SOAP_ENV__Reason(), and soap_QName2s().
Definition at line 15425 of file stdsoap2.cpp.
References soap::dime, soap_dime::first, soap_dime::last, soap::omode, and SOAP_ENC_DIME.
| int soap_set_dime_attachment | ( | struct soap * | , |
| char * | ptr, | ||
| size_t | size, | ||
| const char * | type, | ||
| const char * | id, | ||
| unsigned short | optype, | ||
| const char * | option | ||
| ) |
Definition at line 15524 of file stdsoap2.cpp.
References soap::dime, soap_dime::first, soap_multipart::id, soap_dime::last, soap_multipart::options, soap_dime_option(), SOAP_EOM, soap_new_multipart(), SOAP_OK, soap_strdup(), and soap_multipart::type.
| void soap_set_embedded | ( | struct soap * | , |
| struct soap_plist * | |||
| ) |
Definition at line 6869 of file stdsoap2.cpp.
References soap_plist::mark1, soap_plist::mark2, soap::mode, and SOAP_IO_LENGTH.
Referenced by soap_element_id(), and soap_embed().
Definition at line 17735 of file stdsoap2.cpp.
References soap::endpoint, soap::host, soap::path, soap::port, and soap_tag_cmp().
Referenced by soap_try_connect_command().
Definition at line 18724 of file stdsoap2.cpp.
References soap::d_stream, soap::error, soap::fseterror, http_error(), soap::id, soap::msgbuf, SOAP_CLI_FAULT, SOAP_DATAENCODINGUNKNOWN, SOAP_DIME_END, SOAP_DIME_ERROR, SOAP_DIME_HREF, SOAP_DIME_MISMATCH, SOAP_DUPLICATE_ID, SOAP_EOF, SOAP_EOM, SOAP_FATAL_ERROR, SOAP_FAULT, soap_faultcode(), soap_faultstring(), soap_faultsubcode(), SOAP_FD_EXCEEDED, SOAP_GET_METHOD, SOAP_HDR, SOAP_HEAD_METHOD, SOAP_HREF, SOAP_HTTP_ERROR, SOAP_HTTP_METHOD, SOAP_IOB, SOAP_LENGTH, SOAP_MIME_END, SOAP_MIME_ERROR, SOAP_MIME_HREF, SOAP_MISSING_ID, SOAP_MOE, SOAP_MUSTUNDERSTAND, SOAP_NAMESPACE, SOAP_NO_DATA, SOAP_NO_METHOD, SOAP_NO_TAG, SOAP_NULL, SOAP_OCCURS, SOAP_PLUGIN_ERROR, SOAP_PROHIBITED, SOAP_PUT_METHOD, SOAP_REQUIRED, soap_set_validation_fault(), SOAP_SSL_ERROR, SOAP_STOP, SOAP_STR_EOS, soap_strerror(), SOAP_SVR_FAULT, SOAP_SYNTAX_ERROR, SOAP_TAG_MISMATCH, SOAP_TCP_ERROR, SOAP_TYPE, SOAP_UDP_ERROR, SOAP_USER_ERROR, SOAP_VERSIONMISMATCH, SOAP_ZLIB_ERROR, soap::tag, tcp_error(), soap::type, and soap::version.
Referenced by soap_print_fault(), soap_recv_fault(), soap_send_fault(), and soap_sprint_fault().
Definition at line 8831 of file stdsoap2.cpp.
References Namespace::id, soap::local_namespaces, soap::namespaces, Namespace::ns, SOAP_MALLOC, and soap::version.
Referenced by soap_begin_count(), soap_begin_recv(), soap_begin_send(), and soap_set_namespaces().
Definition at line 15440 of file stdsoap2.cpp.
References soap_mime::boundary, soap_mime::first, soap_mime::last, soap::mime, soap::omode, SOAP_ENC_MIME, soap_strdup(), and soap_mime::start.
| int soap_set_mime_attachment | ( | struct soap * | , |
| char * | ptr, | ||
| size_t | size, | ||
| enum soap_mime_encoding | encoding, | ||
| const char * | type, | ||
| const char * | id, | ||
| const char * | location, | ||
| const char * | description | ||
| ) |
Definition at line 15545 of file stdsoap2.cpp.
References soap_multipart::description, soap_multipart::encoding, soap_mime::first, soap_multipart::id, soap_mime::last, soap_multipart::location, soap::mime, SOAP_EOM, soap_new_multipart(), SOAP_OK, soap_strdup(), and soap_multipart::type.
Referenced by soap_getmimehdr().
Definition at line 8756 of file stdsoap2.cpp.
References soap::error, Namespace::id, soap_nlist::id, soap_nlist::index, soap_nlist::level, soap::level, soap::local_namespaces, soap::namespaces, soap_nlist::next, soap::nlist, Namespace::ns, soap_nlist::ns, Namespace::out, SOAP_FREE, SOAP_OK, soap_push_namespace(), and soap_set_local_namespaces().
| int soap_set_receiver_error | ( | struct soap * | , |
| const char * | , | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 19218 of file stdsoap2.cpp.
References soap_set_error(), and soap::version.
Referenced by http_parse(), soap_accept(), soap_bind(), and soap_poll().
| int soap_set_sender_error | ( | struct soap * | , |
| const char * | , | ||
| const char * | , | ||
| int | |||
| ) |
Definition at line 19207 of file stdsoap2.cpp.
References soap_set_error(), and soap::version.
Referenced by soap_accept(), and tcp_connect().
| const char* soap_short2s | ( | struct soap * | , |
| short | |||
| ) |
Definition at line 12345 of file stdsoap2.cpp.
References soap_long2s().
| int soap_size | ( | const int * | , |
| int | |||
| ) |
Definition at line 3318 of file stdsoap2.cpp.
| size_t soap_size_block | ( | struct soap * | , |
| struct soap_blist * | , | ||
| size_t | |||
| ) |
Definition at line 3038 of file stdsoap2.cpp.
References soap::blist, soap_blist::ptr, and soap_blist::size.
Referenced by soap_get_http_body(), soap_get_mime_attachment(), soap_getbase64(), soap_gethex(), soap_string_in(), and soap_wstring_in().
| char* soap_sprint_fault | ( | struct soap * | , |
| char * | , | ||
| size_t | |||
| ) |
Definition at line 19366 of file stdsoap2.cpp.
References soap::error, soap_check_state, soap_faultcode(), soap_faultdetail(), soap_faultstring(), soap_faultsubcode(), soap_set_fault(), and soap::version.
Referenced by MiriamWebServicesSoapBindingProxy::soap_sprint_fault().
| int soap_ssl_accept | ( | struct soap * | ) |
| int soap_ssl_client_context | ( | struct soap * | , |
| unsigned | short, | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
| const char* soap_ssl_error | ( | struct soap * | , |
| int | |||
| ) |
Referenced by tcp_connect().
| void soap_ssl_init | ( | ) |
Referenced by soap_init().
| int soap_ssl_server_context | ( | struct soap * | , |
| unsigned | short, | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | , | ||
| const char * | |||
| ) |
| int soap_store_lab | ( | struct soap * | , |
| const char * | , | ||
| size_t | |||
| ) |
Definition at line 10275 of file stdsoap2.cpp.
References soap::labidx, and soap_append_lab().
Referenced by soap_peek_element().
| char* soap_strdup | ( | struct soap * | , |
| const char * | |||
| ) |
Definition at line 2688 of file stdsoap2.cpp.
References soap_malloc().
Referenced by http_parse_header(), soap_attachment(), soap_attribute(), soap_copy_fault(), soap_current_namespace(), soap_dime_forward(), soap_element(), soap_element_start_end_out(), soap_get_http_body(), soap_getmimehdr(), soap_inliteral(), soap_instring(), soap_peek_element(), soap_QName2s(), soap_s2QName(), soap_s2string(), soap_set_dime_attachment(), soap_set_mime(), soap_set_mime_attachment(), soap_string_in(), soap_string_out(), soap_try_connect_command(), and soap_value().
| char* soap_string_in | ( | struct soap * | , |
| int | , | ||
| long | , | ||
| long | |||
| ) |
Definition at line 11015 of file stdsoap2.cpp.
References soap::attributes, soap::body, soap_dom_element::data, DBGLOG, soap::dom, soap::error, soap::labbuf, soap::labidx, soap::lablen, soap::mode, soap_attribute::name, soap_attribute::next, soap::peeked, SOAP_AP, soap_append_lab(), SOAP_BLKLEN, SOAP_C_MBSTRING, SOAP_C_UTFSTRING, SOAP_ENC_LATIN, soap_get(), soap_getchar(), soap_getutf8(), SOAP_GT, SOAP_LENGTH, SOAP_LT, soap_new_block(), soap_push_block(), SOAP_QT, soap_s2QName(), soap_save_block(), soap_size_block(), soap_strdup(), SOAP_TT, soap_unget, SOAP_UNKNOWN_CHAR, SOAP_XML_DOM, SOAP_XML_STRICT, soap::tag, soap_dom_element::tail, soap::tmpbuf, soap_attribute::value, and soap_attribute::visible.
Referenced by soap_element_end_in(), soap_getbase64(), soap_gethex(), soap_in_std__string(), soap_inliteral(), and soap_instring().
| int soap_string_out | ( | struct soap * | , |
| const char * | s, | ||
| int | flag | ||
| ) |
Definition at line 10882 of file stdsoap2.cpp.
References soap_dom_element::data, soap::dom, soap::error, soap::mode, SOAP_C_MBSTRING, SOAP_C_UTFSTRING, SOAP_OK, soap_pututf8(), soap_send_raw(), soap_strdup(), SOAP_XML_CANONICAL, and SOAP_XML_DOM.
Referenced by soap_attribute(), soap_element_result(), soap_element_start_end_out(), soap_out_std__string(), soap_outbyte(), soap_outdateTime(), soap_outdouble(), soap_outfloat(), soap_outint(), soap_outlong(), soap_outLONG64(), soap_outshort(), soap_outstring(), soap_outULONG64(), soap_outunsignedByte(), soap_outunsignedInt(), soap_outunsignedLong(), and soap_outunsignedShort().
| const char* soap_strsearch | ( | const char * | big, |
| const char * | little | ||
| ) |
Definition at line 8869 of file stdsoap2.cpp.
Referenced by soap_push_ns().
| int soap_tag_cmp | ( | const char * | , |
| const char * | |||
| ) |
Definition at line 3657 of file stdsoap2.cpp.
References soap_tag_cmp().
Referenced by http_parse_header(), http_post(), soap_code_int(), soap_get_header_attribute(), soap_get_pi(), soap_getmimehdr(), soap_push_namespace(), soap_QName2s(), soap_s2double(), soap_s2float(), soap_set_endpoint(), soap_tag_cmp(), and tcp_connect().
| size_t soap_tell | ( | struct soap * | ) |
Definition at line 2070 of file stdsoap2.cpp.
References soap::ahead, soap::bufidx, soap::buflen, and soap::count.
Referenced by soap_getdime(), and soap_getdimehdr().
| time_t soap_timegm | ( | struct tm * | ) |
| const char* soap_ULONG642s | ( | struct soap * | , |
| unsigned long | long | ||
| ) |
Definition at line 13126 of file stdsoap2.cpp.
References SOAP_ULONG_FORMAT, and soap::tmpbuf.
Referenced by soap_outULONG64().
Definition at line 7403 of file stdsoap2.cpp.
References soap::alist, soap::clist, DBGLOG, soap_clist::next, and SOAP_FREE.
| const char* soap_unsignedByte2s | ( | struct soap * | , |
| unsigned | char | ||
| ) |
Definition at line 12752 of file stdsoap2.cpp.
References soap_unsignedLong2s().
| const char* soap_unsignedInt2s | ( | struct soap * | , |
| unsigned | int | ||
| ) |
Definition at line 12929 of file stdsoap2.cpp.
References soap_unsignedLong2s().
| const char* soap_unsignedLong2s | ( | struct soap * | , |
| unsigned | long | ||
| ) |
Definition at line 13027 of file stdsoap2.cpp.
References soap::tmpbuf.
Referenced by soap_outunsignedByte(), soap_outunsignedInt(), soap_outunsignedLong(), soap_outunsignedShort(), soap_unsignedByte2s(), soap_unsignedInt2s(), and soap_unsignedShort2s().
| const char* soap_unsignedShort2s | ( | struct soap * | , |
| unsigned | short | ||
| ) |
Definition at line 12840 of file stdsoap2.cpp.
References soap_unsignedLong2s().
| const char* soap_value | ( | struct soap * | ) |
Definition at line 14238 of file stdsoap2.cpp.
References soap::body, soap_dom_element::data, DBGLOG, soap::dom, soap::mode, soap_blank, soap_get(), SOAP_STR_EOS, soap_strdup(), SOAP_TT, soap_unget, SOAP_XML_DOM, and soap::tmpbuf.
Referenced by soap_inbyte(), soap_indateTime(), soap_indouble(), soap_infloat(), soap_inint(), soap_inlong(), soap_inLONG64(), soap_inshort(), soap_inULONG64(), soap_inunsignedByte(), soap_inunsignedInt(), soap_inunsignedLong(), and soap_inunsignedShort().
| const char* soap_wchar2s | ( | struct soap * | , |
| const wchar_t * | |||
| ) |
Definition at line 13531 of file stdsoap2.cpp.
References soap_malloc().
| wchar_t* soap_wstrdup | ( | struct soap * | , |
| const wchar_t * | |||
| ) |
Definition at line 2704 of file stdsoap2.cpp.
References soap_malloc().
Referenced by soap_inwliteral(), and soap_inwstring().
| wchar_t* soap_wstring_in | ( | struct soap * | , |
| int | , | ||
| long | , | ||
| long | |||
| ) |
Definition at line 11742 of file stdsoap2.cpp.
References soap::attributes, soap::body, DBGLOG, soap::dom, soap::error, soap::mode, soap_attribute::name, soap_attribute::next, soap::peeked, SOAP_AP, SOAP_BLKLEN, soap_getutf8(), SOAP_GT, SOAP_LENGTH, SOAP_LT, soap_new_block(), soap_push_block(), SOAP_QT, soap_save_block(), soap_size_block(), SOAP_TT, soap_unget, SOAP_XML_DOM, SOAP_XML_STRICT, soap::tag, soap::tmpbuf, soap_attribute::value, soap_attribute::visible, and soap_dom_element::wide.
Referenced by soap_inwliteral(), and soap_inwstring().
| int soap_wstring_out | ( | struct soap * | , |
| const wchar_t * | s, | ||
| int | flag | ||
| ) |
Definition at line 11642 of file stdsoap2.cpp.
References soap::dom, soap::error, soap::mode, soap_malloc(), SOAP_OK, soap_pututf8(), soap_send(), soap_send_raw(), SOAP_XML_CANONICAL, SOAP_XML_DOM, and soap_dom_element::wide.
Referenced by soap_outwstring().
| int soap_xop_forward | ( | struct soap * | , |
| unsigned char ** | , | ||
| int * | , | ||
| char ** | , | ||
| char ** | , | ||
| char ** | |||
| ) |
Definition at line 2624 of file stdsoap2.cpp.
References soap::body, soap::error, soap::href, soap_dime_forward(), soap_element_begin_in(), soap_element_end_in(), SOAP_OK, and soap_peek_element().
| struct Namespace namespaces[] |
Referenced by soap_init().
| const struct soap_double_nan soap_double_nan |
1.8.6